wok diff linux-udf/receipt @ rev 9469

distcc: Add init script
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 04 00:25:20 2011 +0200 (2011-04-04)
parents 03d4663c81fa
children d1768332cee0
line diff
     1.1 --- a/linux-udf/receipt	Sat Jan 22 01:56:16 2011 +0000
     1.2 +++ b/linux-udf/receipt	Mon Apr 04 00:25:20 2011 +0200
     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/udf | while read module; do
     1.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/udf | 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
    1.12 @@ -43,6 +43,6 @@
    1.13  post_remove()
    1.14  {
    1.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    1.16 -	depmod -a $VERSION-slitaz
    1.17 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.18  }
    1.19