We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bc1ea commit 0ddbfe6Copy full SHA for 0ddbfe6
build-kmod-xone.sh
@@ -12,7 +12,7 @@ cp /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/_copr_ublue-os-akmods.repo /etc/
12
rpm-ostree install \
13
akmod-xone-*.fc${RELEASE}.${ARCH}
14
akmods --force --kernels "${KERNEL}" --kmod xone
15
-modinfo /usr/lib/modules/${KERNEL}/extra/xone/xone-{dongle,gip-chatpad,gip-gamepad,gip-guitar,gip-headset,gip}.ko.xz > /dev/null \
+modinfo /usr/lib/modules/${KERNEL}/extra/xone/xone-{dongle,gip,gip-gamepad,gip-headset,gip-chatpad,gip-madcatz-strat,gip-madcatz-glam,gip-pdp-jaguar}.ko.xz > /dev/null \
16
|| (find /var/cache/akmods/xone/ -name \*.log -print -exec cat {} \; && exit 1)
17
18
rm -f /etc/yum.repos.d/_copr_ublue-os-akmods.repo
0 commit comments