diff options
author | sibel <lesibel@free.fr> | 2010-11-05 09:10:07 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-11-05 09:10:07 +0100 |
commit | d20828f5ecabe3cb2d291e8240639916d2913548 (patch) | |
tree | e9be8a2569f2f875ddfdd4b0bbad467b1d5f6c1c /acompiler/virtualbox-module | |
parent | 855c9921deb8276c842d12da1565b2f511450ea1 (diff) | |
download | nutyx-pakxe-d20828f5ecabe3cb2d291e8240639916d2913548.tar.gz nutyx-pakxe-d20828f5ecabe3cb2d291e8240639916d2913548.tar.bz2 nutyx-pakxe-d20828f5ecabe3cb2d291e8240639916d2913548.tar.xz nutyx-pakxe-d20828f5ecabe3cb2d291e8240639916d2913548.zip |
correction virtualbox-module#3.2.10-2
Diffstat (limited to 'acompiler/virtualbox-module')
-rwxr-xr-x | acompiler/virtualbox-module/Pkgfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/acompiler/virtualbox-module/Pkgfile b/acompiler/virtualbox-module/Pkgfile index 8e5de342c..925d1c328 100755 --- a/acompiler/virtualbox-module/Pkgfile +++ b/acompiler/virtualbox-module/Pkgfile @@ -19,7 +19,9 @@ build() { mkdir -p $PKG/lib/modules/`uname -r`/kernel/drivers/misc/ cd $SRC/src/vboxhost/ - make + + KERNELRELEASE=${_kernel} KERN_DIR=/usr/src/linux-`echo ${_kernel}|sed "s/-NuTyX//"` make + install -D -m 0644 vboxdrv.ko \ $PKG/lib/modules/`uname -r`/kernel/drivers/misc/vboxdrv.ko install -D -m 0644 vboxnetflt.ko \ |