wok diff php-auth-sasl/receipt @ rev 9069
squirrelmail-smallcal: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 14:43:55 2011 +0100 (2011-03-04) |
parents | 35ec97ae4c23 |
children | b652293e5fe0 |
line diff
1.1 --- a/php-auth-sasl/receipt Mon Jan 10 01:23:27 2011 +0000 1.2 +++ b/php-auth-sasl/receipt Fri Mar 04 14:43:55 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.