wok diff linux-mmc/receipt @ rev 3353
Up: util-linux-ng (2.15.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jun 11 17:33:14 2009 +0200 (2009-06-11) |
parents | f306d126580e |
children | 7df76f20d2c3 |
line diff
1.1 --- a/linux-mmc/receipt Thu May 07 09:37:08 2009 +0200 1.2 +++ b/linux-mmc/receipt Thu Jun 11 17:33:14 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="linux-mmc" 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 mmc modules (card reader)." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -17,7 +17,8 @@ 1.13 mkdir -p $fs/$path 1.14 export src 1.15 export _pkg 1.16 - $src/list_modules.sh drivers/mmc | while read module; do 1.17 + $src/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.gz | \ 1.18 + while read module; do 1.19 dir=$path/$(dirname $module) 1.20 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.21 cp -a $_pkg/$path/$module $fs/$dir 1.22 @@ -27,7 +28,7 @@ 1.23 # Post install/remove commands for Tazpkg. 1.24 post_install() 1.25 { 1.26 - chroot "$1/" depmod -a $VERSION-slitaz 1.27 + chroot "$1/" depmod -a $VERSION-slitaz 1.28 } 1.29 1.30 post_remove()