wok diff linux-crypto/receipt @ rev 10874

slitaz-tools-boxes: This can't be a wanted package. Compile_rules are made for non-wanted packages. Also tazwok doesn't execute compile_rules if its a wanted package.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 19 12:25:19 2011 +0000 (2011-06-19)
parents 1d89aa1672da
children 6f536abe4f0b
line diff
     1.1 --- a/linux-crypto/receipt	Wed Feb 16 20:27:55 2011 +0000
     1.2 +++ b/linux-crypto/receipt	Sun Jun 19 12:25:19 2011 +0000
     1.3 @@ -17,14 +17,14 @@
     1.4      mkdir -p $fs/$path
     1.5      export src
     1.6      export _pkg
     1.7 -    $WOK/$WANTED/stuff/list_modules.sh arch/x86/crypto crypto drivers/crypto | \
     1.8 +    $wanted_stuff/list_modules.sh arch/x86/crypto crypto drivers/crypto | \
     1.9      while read module; do
    1.10      	dir=$path/$(dirname $module)
    1.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.12          cp -a $_pkg/$path/$module $fs/$dir
    1.13      done
    1.14  
    1.15 -    for i in $(cat $WOK/$WANTED/stuff/modules-$VERSION.list); do
    1.16 +    for i in $(cat $wanted_stuff/modules-$VERSION.list); do
    1.17          if [ $fs/lib/modules/$VERSION-slitaz/kernel/$i ]; then
    1.18  	    rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i
    1.19  	fi