Skip to content

Commit

Permalink
fix: Add quotes
Browse files Browse the repository at this point in the history
Signed-off-by: J.P. Zivalich <[email protected]>
  • Loading branch information
JPZ13 committed Dec 17, 2024
1 parent 9250eff commit e1fd4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-kmod-universal-pidff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RELEASE="$(rpm -E '%fedora')"
cp /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/_copr_ublue-os-akmods.repo /etc/yum.repos.d/

dnf install -y \
akmod-universal-pidff-*.fc${RELEASE}.${ARCH}
akmod-universal-pidff-*.fc"${RELEASE}.${ARCH}"
akmods --force --kernels "${KERNEL}" --kmod universal-pidff
modinfo /usr/lib/modules/${KERNEL}/extra/universal-pidff/universal-pidff.ko.xz > /dev/null \
modinfo /usr/lib/modules/"${KERNEL}"/extra/universal-pidff/universal-pidff.ko.xz > /dev/null \
|| (find /var/cache/akmods/universal-pidff/ -name \*.log -print -exec cat {} \; && exit 1)

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

0 comments on commit e1fd4b0

Please sign in to comment.