wok-stable diff linux-hwmon/receipt @ rev 9618

Fixed tazdrop to us tazwok get-src slitaz-tools --target=src. This way its not downloading every time its build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Apr 17 20:36:34 2011 +0000 (2011-04-17)
parents 6dc83d5fb812
children d1768332cee0
line diff
     1.1 --- a/linux-hwmon/receipt	Mon Feb 14 15:47:37 2011 +0000
     1.2 +++ b/linux-hwmon/receipt	Sun Apr 17 20:36:34 2011 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4      mkdir -p $fs/$path
     1.5      export src
     1.6      export _pkg
     1.7 -    $src/slitaz/list_modules.sh drivers/hwmon | while read module; do
     1.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/hwmon | while read module; do
     1.9      	dir=$path/$(dirname $module)
    1.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.11          cp -a $_pkg/$path/$module $fs/$dir