wok-4.x diff linux-joystick/receipt @ rev 2990
Up linux (2.6.29.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 19:08:50 2009 +0200 (2009-05-11) |
parents | f306d126580e |
children | d91bf195bd16 |
line diff
1.1 --- a/linux-joystick/receipt Thu May 07 09:37:08 2009 +0200 1.2 +++ b/linux-joystick/receipt Mon May 11 19:08:50 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="linux-joystick" 1.7 -VERSION="2.6.25.5" 1.8 +VERSION="2.6.29.3" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="The Linux kernel joystick modules." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -17,8 +17,9 @@ 1.13 mkdir -p $fs/$path 1.14 export src 1.15 export _pkg 1.16 - $src/list_modules.sh drivers/input/joystick drivers/input/gameport | \ 1.17 - while read module; do 1.18 + $src/list_modules.sh drivers/input/joystick drivers/input/gameport \ 1.19 + drivers/input/input-polldev.ko.gz drivers/hid/hid-dummy.ko.gz | \ 1.20 + while read module; do 1.21 dir=$path/$(dirname $module) 1.22 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.23 cp -a $_pkg/$path/$module $fs/$dir 1.24 @@ -28,7 +29,7 @@ 1.25 # Post install/remove commands for Tazpkg. 1.26 post_install() 1.27 { 1.28 - chroot "$1/" depmod -a $VERSION-slitaz 1.29 + chroot "$1/" depmod -a $VERSION-slitaz 1.30 } 1.31 1.32 post_remove()