wok rev 12289

linux: small fix
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 15 20:44:53 2012 +0200 (2012-04-15)
parents a8baf2428b53
children 34cbbdb49f40
files linux/receipt
line diff
     1.1 --- a/linux/receipt	Sun Apr 15 19:01:36 2012 +0200
     1.2 +++ b/linux/receipt	Sun Apr 15 20:44:53 2012 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4  		#echo "Cook: aufs $_AUFSVER"
     1.5  		cook aufs --getsrc
     1.6  		mkdir -p $WOK/aufs/source/
     1.7 -		tar xjf $SRC/aufs-${_AUFSVER}.tar.bz2 -C $AUFSDIR
     1.8 +		tar xjf $SRC/aufs-${_AUFSVER}.tar.bz2 -C $WOK/aufs/source/
     1.9  	elif [ -x /usr/bin/tazwok ]; then
    1.10  		# we just need aufs source. Also cooking now is a bad idea since it
    1.11  		# needs linux-module-headers. The one your cooking not the one from the web.