wok diff linux-joystick/receipt @ rev 8864

Add: perl-texi2html 1.82
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 05:01:22 2011 +0100 (2011-02-26)
parents 03d4663c81fa
children d1768332cee0
line diff
     1.1 --- a/linux-joystick/receipt	Sat Jan 22 01:56:16 2011 +0000
     1.2 +++ b/linux-joystick/receipt	Sat Feb 26 05:01:22 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/input/joystick drivers/input/gameport \
     1.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/input/joystick drivers/input/gameport \
     1.9  	drivers/input/input-polldev.ko.gz | \
    1.10  	while read module; do
    1.11      	dir=$path/$(dirname $module)
    1.12 @@ -40,6 +40,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