wok diff linux-scsi/receipt @ rev 3473

get-softmodem-driver: Add support for Smart Link modem
author Dominique Corbex <domcox@users.sourceforge.net>
date Tue Jun 16 21:41:05 2009 +0200 (2009-06-16)
parents f306d126580e
children 7df76f20d2c3
line diff
     1.1 --- a/linux-scsi/receipt	Thu May 07 09:37:08 2009 +0200
     1.2 +++ b/linux-scsi/receipt	Tue Jun 16 21:41:05 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-scsi"
     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 scsi modules."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -22,13 +22,12 @@
    1.13      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.14          cp -a $_pkg/$path/$module $fs/$dir
    1.15      done
    1.16 -
    1.17  }
    1.18  
    1.19  # Post install/remove commands for Tazpkg.
    1.20  post_install()
    1.21  {
    1.22 - 	chroot "$1/" depmod -a $VERSION-slitaz
    1.23 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.24  }
    1.25  
    1.26  post_remove()