Skip to content

Commit

Permalink
Fixes typo in the log path for Framewok laptop kmod build (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
surdy authored Feb 12, 2025
1 parent a945534 commit b77ad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/common/build-kmod-framework-laptop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dnf install -y \
akmod-framework-laptop-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod framework-laptop
modinfo /usr/lib/modules/${KERNEL}/extra/framework-laptop/framework_laptop.ko.xz > /dev/null \
|| (find /var/cache/akmods/framework_laptop/ -name \*.log -print -exec cat {} \; && exit 1)
|| (find /var/cache/akmods/framework-laptop/ -name \*.log -print -exec cat {} \; && exit 1)

rm -f /etc/yum.repos.d/_copr_ublue-os-akmods.repo

0 comments on commit b77ad6c

Please sign in to comment.