Skip to content

Commit

Permalink
Remove /var/cache log reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
mulderje committed Apr 1, 2024
1 parent 27af704 commit 136957b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/scripts/build-kmod-facetimehd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ wget "https://copr.fedorainfracloud.org/coprs/mulderje/facetimehd-kmod/repo/fedo
rpm-ostree install \
akmod-facetimehd-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod facetimehd
modinfo "/usr/lib/modules/${KERNEL}/extra/facetimehd/facetimehd.ko.xz" > /dev/null \
|| (find /var/cache/akmods/facetimehd/ -name \*.log -print -exec cat {} \; && exit 1)
modinfo "/usr/lib/modules/${KERNEL}/extra/facetimehd/facetimehd.ko.xz" > /dev/null

rm -f /etc/yum.repos.d/_copr_mulderje-facetimehd-kmod.repo

0 comments on commit 136957b

Please sign in to comment.