# HG changeset patch # User Christophe Lincoln # Date 1334515493 -7200 # Node ID f5ae71feeeeabacf32190c35b92a781e174d31ce # Parent a8baf2428b5348ffad46e68c9ed7d89091bee2d1 linux: small fix diff -r a8baf2428b53 -r f5ae71feeeea linux/receipt --- a/linux/receipt Sun Apr 15 19:01:36 2012 +0200 +++ b/linux/receipt Sun Apr 15 20:44:53 2012 +0200 @@ -37,7 +37,7 @@ #echo "Cook: aufs $_AUFSVER" cook aufs --getsrc mkdir -p $WOK/aufs/source/ - tar xjf $SRC/aufs-${_AUFSVER}.tar.bz2 -C $AUFSDIR + tar xjf $SRC/aufs-${_AUFSVER}.tar.bz2 -C $WOK/aufs/source/ elif [ -x /usr/bin/tazwok ]; then # we just need aufs source. Also cooking now is a bad idea since it # needs linux-module-headers. The one your cooking not the one from the web.