wok-6.x rev 6784
aufs-utils: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 18 22:32:22 2010 +0200 (2010-10-18) |
parents | a1a90bd36fc1 |
children | 894e4ab15d39 |
files | aufs-utils/receipt |
line diff
1.1 --- a/aufs-utils/receipt Mon Oct 18 16:18:46 2010 +0000 1.2 +++ b/aufs-utils/receipt Mon Oct 18 22:32:22 2010 +0200 1.3 @@ -25,8 +25,8 @@ 1.4 cd $src 1.5 patch -p1 -R < $WOK/$PACKAGE/stuff/fix-kdir.patch 1.6 sed -i 's/-m 644 -T/-m 644/' Makefile 1.7 - make && 1.8 - make DESTDIR=$PWD/_pkg install 1.9 + make KDIR=$WOK/linux/linux-$KERNEL_VERSION && 1.10 + make KDIR=$WOK/linux/linux-$KERNEL_VERSION DESTDIR=$PWD/_pkg install 1.11 } 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg.