wok diff linux-hwmon/receipt @ rev 9432

dropbear: fix xauth path (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 31 12:59:46 2011 +0200 (2011-03-31)
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 Mar 31 12:59:46 2011 +0200
     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