Files
xpadneo-dkms/01-do-not-run-dkms-in-build.patch

13 lines
423 B
Diff
Raw Normal View History

2026-01-08 17:33:39 -06:00
--- install.sh.orig 2025-12-08 00:50:25.991113912 -0600
+++ install.sh 2025-12-08 00:51:00.612573764 -0600
@@ -22,9 +22,6 @@
mkdir -p "/usr/src/hid-xpadneo-${VERSION}"
cp --recursive "${V[@]}" hid-xpadneo/. "/usr/src/hid-xpadneo-${VERSION}/."
- echo "* installing module (using DKMS)"
- dkms install "${V[*]}" "hid-xpadneo/${VERSION}" --force || cat_dkms_make_log
-
else
echo "already installed!"