wok diff linux-cifs/receipt @ rev 3716

Fix: libftdi commit
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 11:55:17 2009 +0000 (2009-07-21)
parents f306d126580e
children 7df76f20d2c3
line diff
     1.1 --- a/linux-cifs/receipt	Thu May 07 09:37:08 2009 +0200
     1.2 +++ b/linux-cifs/receipt	Tue Jul 21 11:55:17 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-cifs"
     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 cifs module."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -31,7 +31,7 @@
    1.13  {
    1.14  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    1.15  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    1.16 - 	chroot "$1/" depmod -a $VERSION-slitaz
    1.17 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.18  }
    1.19  
    1.20  post_remove()
    1.21 @@ -39,3 +39,4 @@
    1.22  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    1.23  	depmod -a $VERSION-slitaz
    1.24  }
    1.25 +