Skip to content

Commit

Permalink
chore: Use now custom name for xpad driver to avoid other drivers bla…
Browse files Browse the repository at this point in the history
…cklist entries.
  • Loading branch information
KyleGospo committed Aug 27, 2023
1 parent 490f793 commit f3fada0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-kmod-xpad-noone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RELEASE="$(rpm -E '%fedora')"
rpm-ostree install \
akmod-xpad-noone-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod xpad-noone
modinfo /usr/lib/modules/${KERNEL}/extra/xpad-noone/xpad.ko.xz > /dev/null \
modinfo /usr/lib/modules/${KERNEL}/extra/xpad-noone/xpad-noone.ko.xz > /dev/null \
|| (find /var/cache/akmods/xpad-noone/ -name \*.log -print -exec cat {} \; && exit 1)

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

0 comments on commit f3fada0

Please sign in to comment.