wok rev 9053

php-auth-sasl: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 11:29:26 2011 +0100 (2011-03-04)
parents 0d5aeb54118c
children fd9f62a2ae33
files php-auth-sasl/receipt
line diff
     1.1 --- a/php-auth-sasl/receipt	Fri Mar 04 11:23:10 2011 +0100
     1.2 +++ b/php-auth-sasl/receipt	Fri Mar 04 11:29:26 2011 +0100
     1.3 @@ -16,8 +16,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	mkdir -p _pkg/usr/share/php
     1.8 -	pear install --offline --installroot=$PWD/_pkg $SOURCES_REPOSITORY/$TARBALL
     1.9 +	mkdir -p $DESTDIR/usr/share/php
    1.10 +	tar czf $TARBALL $SOURCE-$VERSION
    1.11 +	pear install --offline --installroot=$DESTDIR $TARBALL
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.