Skip to content

Commit

Permalink
fix: attempt fix build with extra quotes (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored May 29, 2023
1 parent ff5f9b8 commit caff9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-kmod-v4l2loopback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ rpm-ostree install \
akmod-v4l2loopback-*.fc${RELEASE}.${ARCH}
V4L2LOOP_AKMOD_VERSION="$(basename "$(rpm -q "akmod-v4l2loopback" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')" ".fc${RELEASE%%.*}")"
akmods --force --kernels "${KERNEL}" --kmod "v4l2loopback"
modinfo /usr/lib/modules/${KERNEL}/extra/v4l2loopback/v4l2loopback.ko.xz > /dev/null \
|| (cat /var/cache/akmods/v4l2loopback/${V4L2LOOP_AKMOD_VERSION}-for-${KERNEL}.failed.log && exit 1)
modinfo "/usr/lib/modules/${KERNEL}/extra/v4l2loopback/v4l2loopback.ko.xz" > /dev/null \
|| (cat "/var/cache/akmods/v4l2loopback/${V4L2LOOP_AKMOD_VERSION}-for-${KERNEL}.failed.log" && exit 1)

0 comments on commit caff9d3

Please sign in to comment.