summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
authorDenis Sheremet2021-01-05 00:44:16 +0300
committerDenis Sheremet2021-01-05 00:46:09 +0300
commit3051d7a05e6ade2a9eaadd8875288b3fa10b0be0 (patch)
tree09a7840dd0f49e23227733536815d2406a04534c /dkms.conf
parent3772533c160dcd97fb02e1a04b342f33a02f71c5 (diff)
downloadaur-3051d7a05e6ade2a9eaadd8875288b3fa10b0be0.tar.gz
dkms fix?
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dkms.conf b/dkms.conf
index ffcd62290937..0ed035168252 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -3,7 +3,7 @@ PACKAGE_VERSION="@PKGVER@"
#MAKE[0]="make --uname_r=$kernelver"
# only do make, DKMS will take care of "install"
# rename the file while copying to name of package :)
-MAKE[0]="make && cp os/linux/rt5592sta.ko ./@_PKGBASE@.ko"
+MAKE[0]="make KERN_VER=$kernelver && cp os/linux/rt5592sta.ko ./@_PKGBASE@.ko"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="@_PKGBASE@"
DEST_MODULE_LOCATION[0]="/kernel/drivers/misc"