wok-next diff linux-hwmon/receipt @ rev 8691

python-pastescript needs setuptools to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 19:02:34 2011 +0100 (2011-02-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	Thu Feb 17 19:02:34 2011 +0100
     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