wok diff linux-hwmon/receipt @ rev 15625
nut: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 08 16:00:02 2013 +0000 (2013-12-08) |
parents | ad59999b3fce |
children | eb689de65d7e |
line diff
1.1 --- a/linux-hwmon/receipt Wed Jun 05 16:21:04 2013 +0200 1.2 +++ b/linux-hwmon/receipt Sun Dec 08 16:00:02 2013 +0000 1.3 @@ -22,7 +22,7 @@ 1.4 $wanted_stuff/list_modules.sh drivers/hwmon | while read module; do 1.5 dir=$path/$(dirname $module) 1.6 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.7 - cp -a $_pkg/$path/$module $fs/$dir 1.8 + cp -a $install/$path/$module $fs/$dir 1.9 done 1.10 1.11 for i in $(cat $wanted_stuff/modules.list); do