Skip to content

Commit

Permalink
removing underscore to simplify everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Campbell committed Apr 3, 2024
1 parent 4a790fa commit 2bfe231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-kmod-framework-laptop-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RELEASE="$(rpm -E '%fedora')"

rpm-ostree install \
framework_laptop-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod framework_laptop
akmods --force --kernels "${KERNEL}" --kmod framework-laptop
modinfo /usr/lib/modules/${KERNEL}/extra/framework-laptop-tests/framework_laptop.ko.xz > /dev/null \
|| (find /var/cache/akmods/framework-laptop-tests/ -name \*.log -print -exec cat {} \; && exit 1)

Expand Down

0 comments on commit 2bfe231

Please sign in to comment.