wok-undigest rev 330

php-auth-pam: fix stuff path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 15 15:35:26 2011 +0200 (2011-06-15)
parents 9540c7fb55c6
children 0ce6e43114cb
files php-auth-pam/receipt
line diff
     1.1 --- a/php-auth-pam/receipt	Wed Jun 15 15:32:48 2011 +0200
     1.2 +++ b/php-auth-pam/receipt	Wed Jun 15 15:35:26 2011 +0200
     1.3 @@ -19,12 +19,12 @@
     1.4  		|| make ${PACKAGE}-${VERSION}.orig ${PACKAGE}-${VERSION}
     1.5  	cd $src
     1.6  	phpize 
     1.7 -	patch -p1 < ../stuff/php-auth-pam-Makefile.global0.4.u || exit 1
     1.8 +	patch -p1 < $stuff/php-auth-pam-Makefile.global0.4.u || exit 1
     1.9  	
    1.10  	./configure \
    1.11 -		--prefix=/usr
    1.12 +		--prefix=/usr &&
    1.13  	
    1.14 -	make && make DESTDIR=$PWD/_pkg install
    1.15 +	make && make DESTDIR=$DESTDIR install
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.