wok-current diff linux-autofs/receipt @ rev 8003
Fix: iasl/compiler need -j1 to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Jan 18 19:08:18 2011 +0100 (2011-01-18) |
parents | 9cebb5153a07 |
children | 03d4663c81fa |
line diff
1.1 --- a/linux-autofs/receipt Tue Nov 16 13:44:50 2010 +0100 1.2 +++ b/linux-autofs/receipt Tue Jan 18 19:08:18 2011 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 mkdir -p $fs/$path $fs/etc 1.5 export src 1.6 export _pkg 1.7 - $src/slitaz/list_modules.sh fs/autofs | while read module; do 1.8 + $src/slitaz/list_modules.sh fs/autofs4 | 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