summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2017-02-07 13:18:01 -0500
committerGiuseppe Sellaroli2017-02-07 13:18:01 -0500
commit5140ecf01165162824fdac99aada11e39102dc99 (patch)
tree1f6670719357861b1b6797448d3f345227e6214c /dkms.conf
parentbf3407b7076cc0663bd536e01ed18a0c46e3def2 (diff)
downloadaur-5140ecf01165162824fdac99aada11e39102dc99.tar.gz
implemented move of the built module from a kernel-specific folder to
the root /src folder, to avoid possible problems with lts or custom kernels
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/dkms.conf b/dkms.conf
index 3064bfa972e5..d840b527622a 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,12 +1,10 @@
PACKAGE_NAME="input-wacom"
PACKAGE_VERSION="0.33.0"
-MAKE[0]="./configure && make"
+MAKE[0]="./configure && make && ./move-modules"
BUILT_MODULE_NAME[0]="wacom"
DEST_MODULE_NAME[0]="wacom_dkms"
BUILT_MODULE_NAME[1]="wacom_w8001"
DEST_MODULE_NAME[1]="wacom_w8001_dkms"
-BUILT_MODULE_LOCATION[0]="4.5/"
-BUILT_MODULE_LOCATION[1]="4.5/"
DEST_MODULE_LOCATION[0]="/kernel/drivers/input/tablet"
DEST_MODULE_LOCATION[1]="/kernel/drivers/input/touchscreen"
AUTOINSTALL="yes"