wok-current diff linux-libre-netfilter/receipt @ rev 9732
linux: Fix 2. clean up and make it build with cookutils: FIXME: tazwok specif code (aufs is ok for cook and tazwok I guess)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 09 15:57:19 2011 +0200 (2011-05-09) |
parents | abe27fd0192d |
children | d38b56c16efd |
line diff
1.1 --- a/linux-libre-netfilter/receipt Tue Mar 15 03:23:44 2011 +0100 1.2 +++ b/linux-libre-netfilter/receipt Mon May 09 15:57:19 2011 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 export src 1.5 export _pkg 1.6 1.7 - $WOK/$WANTED/stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ 1.8 + $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ 1.9 while read module; do 1.10 dir=$path/$(dirname $module) 1.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.12 @@ -28,7 +28,7 @@ 1.13 done 1.14 rm -r $fs/$path/net/ipv6 1.15 1.16 - for i in $(cat $WOK/$WANTED/stuff/modules-$VERSION.list); do 1.17 + for i in $(cat $wanted_stuff/modules-$VERSION.list); do 1.18 if [ $fs/lib/modules/$VERSION-slitaz/kernel/$i ]; then 1.19 rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i 1.20 fi