wok diff linux-firewire/receipt @ rev 8684

Fix dep: gnome-menus depends on libgio
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 18:56:09 2011 +0100 (2011-02-17)
parents 7a2cf0920dfb
children d1768332cee0
line diff
     1.1 --- a/linux-firewire/receipt	Sat Jan 22 04:19:17 2011 +0000
     1.2 +++ b/linux-firewire/receipt	Thu Feb 17 18:56:09 2011 +0100
     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/firewire | while read module; do
     1.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/firewire | 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 @@ -32,6 +32,6 @@
    1.13  
    1.14  post_remove()
    1.15  {
    1.16 -	depmod -a $VERSION-slitaz
    1.17 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.18  }
    1.19