mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
[cryptodev-dkms] Properly set DKMS kernel target (#1371)
cryptodev would only have been built for the currently running kernel, since the environment variable wasn't being overridden to specify the target kernel
This commit is contained in:
parent
271785e841
commit
258fb449a8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PACKAGE_NAME="@_PKGNAME@"
|
||||
PACKAGE_VERSION="@PKGVER@"
|
||||
MAKE[0]="make -s build"
|
||||
MAKE[0]="make -s build KERNEL_DIR=/lib/modules/$kernelver/build"
|
||||
CLEAN="make -s clean"
|
||||
BUILT_MODULE_NAME[0]="@_PKGNAME@"
|
||||
DEST_MODULE_LOCATION[0]="/extra"
|
||||
|
|
Loading…
Reference in a new issue