wok-current diff linux-hwmon/receipt @ rev 9122

glibc: force status in compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 05 17:12:18 2011 +0100 (2011-03-05)
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	Sat Mar 05 17:12:18 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