wok diff linux-autofs/receipt @ rev 7937

slitaz-mercurial-style: Start moving to new CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 21:53:28 2011 +0100 (2011-01-11)
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 11 21:53:28 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