summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
authorgituser2022-04-13 22:03:56 +0200
committergituser2022-04-13 22:03:56 +0200
commit20b3a0ac4192a759eaf4dc6ca3a54c91faa45ca3 (patch)
tree66b02a87037bf923892aeebaa0cd93d7cb0c1f00 /dkms.conf
parent26904973a70aee4335a41287c65fcd335b9c4fc7 (diff)
downloadaur-20b3a0ac4192a759eaf4dc6ca3a54c91faa45ca3.tar.gz
try to fix install with custom kernels
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/dkms.conf b/dkms.conf
index 4dc7c40ffd28..7ee02b704330 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -2,6 +2,6 @@ PACKAGE_NAME="@_PKGBASE@"
PACKAGE_VERSION="@PKGVER@"
MAKE[0]="KERNEL_SOURCE_DIR=/usr/lib/modules/$kernelver/build make modules"
CLEAN="make clean"
-BUILT_MODULE_NAME[0]="goodixgpdw3"
-DEST_MODULE_LOCATION[0]="/extra"
-AUTOINSTALL="yes"
+BUILT_MODULE_NAME[0]="@_PKGBASE@"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/input/touchscreen"
+AUTOINSTALL=yes