wok diff linux-ncpfs/receipt @ rev 3390

Ren: jinja2 -> python-jinja2
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Jun 12 00:00:38 2009 +0000 (2009-06-12)
parents f306d126580e
children 7df76f20d2c3
line diff
     1.1 --- a/linux-ncpfs/receipt	Thu May 07 09:37:08 2009 +0200
     1.2 +++ b/linux-ncpfs/receipt	Fri Jun 12 00:00:38 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-ncpfs"
     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 ncpfs module."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -23,6 +23,7 @@
    1.13      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.14          cp -a $_pkg/$path/$module $fs/$dir
    1.15      done
    1.16 +    touch $fs/etc/filesystems
    1.17  }
    1.18  
    1.19  # Post install/remove commands for Tazpkg.
    1.20 @@ -30,7 +31,7 @@
    1.21  {
    1.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    1.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    1.24 - 	chroot "$1/" depmod -a $VERSION-slitaz
    1.25 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.26  }
    1.27  
    1.28  post_remove()
    1.29 @@ -38,3 +39,4 @@
    1.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    1.31  	depmod -a $VERSION-slitaz
    1.32  }
    1.33 +