summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
authorgituser2022-01-25 12:32:01 +0100
committergituser2022-01-25 12:32:01 +0100
commit9231c9ecd6d418ecbf8bec8437119a77779a8c90 (patch)
tree3c3ccac4831e848075296551d58aa6a45f269168 /dkms.conf
parent3129ee0c74c339757b09ed46369a741185606d2a (diff)
downloadaur-9231c9ecd6d418ecbf8bec8437119a77779a8c90.tar.gz
Update to linux 5.16
Diffstat (limited to 'dkms.conf')
-rw-r--r--[-rwxr-xr-x]dkms.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/dkms.conf b/dkms.conf
index 1024c6067999..4dc7c40ffd28 100755..100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,7 +1,7 @@
-PACKAGE_NAME="goodix-gpdwin3"
-PACKAGE_VERSION="1.0"
+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]="goodix"
-DEST_MODULE_LOCATION[0]="/kernel/drivers/input/touchscreen"
+BUILT_MODULE_NAME[0]="goodixgpdw3"
+DEST_MODULE_LOCATION[0]="/extra"
AUTOINSTALL="yes"