wok diff pam/receipt @ rev 8615

Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 19:09:46 2011 +0100 (2011-02-14)
parents e06b8d6ac967
children 9ec9f97ceeb4
line diff
     1.1 --- a/pam/receipt	Thu Oct 21 11:36:25 2010 +0000
     1.2 +++ b/pam/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.3 @@ -10,17 +10,15 @@
     1.4  WEB_SITE="http://www.us.kernel.org/pub/linux/libs/$PACKAGE/"
     1.5  WGET_URL="${WEB_SITE}library/$TARBALL"
     1.6  DEPENDS="glibc-base libdb"
     1.7 -BUILD_DEPENDS="bison m4 flex db-dev"
     1.8 +BUILD_DEPENDS="flex db"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -#	mv $SOURCE-$VERSION $PACKAGE-$VERSION
    1.14  	cd $src
    1.15 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -		--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.17 +	./configure --sysconfdir=/etc &&
    1.18  	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.