wok diff autofs/receipt @ rev 7573

Up: tazpkg 4.1.3
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Dec 09 17:37:28 2010 +0100 (2010-12-09)
parents 547a87ca6aa4
children 45e2d5caa56d
line diff
     1.1 --- a/autofs/receipt	Tue Nov 16 18:42:59 2010 +0100
     1.2 +++ b/autofs/receipt	Thu Dec 09 17:37:28 2010 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.kernel.org/pub/linux/daemons/autofs/v5"
     1.6  WGET_URL="$WEB_SITE/$TARBALL"
     1.7 +DEPENDS="linux-autofs"
     1.8  TAGS="filesystem"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11 @@ -29,3 +30,9 @@
    1.12  	cp -a $_pkg/usr/sbin $fs/usr
    1.13  	cp -a $_pkg/usr/lib $fs/usr
    1.14  }
    1.15 +
    1.16 +# Pre and post install commands for Tazpkg.
    1.17 +post_install()
    1.18 +{
    1.19 +	mkdir -p $1/mnt/auto 2> /dev/null
    1.20 +}