wok-6.x diff php-auth-sasl/receipt @ rev 12045
swat: fixed desktop file and added new icon
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Mar 07 13:45:17 2012 -0800 (2012-03-07) |
parents | dcca3982e806 |
children | 51a1ebbda768 |
line diff
1.1 --- a/php-auth-sasl/receipt Fri Mar 04 11:29:26 2011 +0100 1.2 +++ b/php-auth-sasl/receipt Wed Mar 07 13:45:17 2012 -0800 1.3 @@ -17,7 +17,7 @@ 1.4 { 1.5 cd $src 1.6 mkdir -p $DESTDIR/usr/share/php 1.7 - tar czf $TARBALL $SOURCE-$VERSION 1.8 + tar czf $TARBALL $SOURCE-$VERSION package.xml 1.9 pear install --offline --installroot=$DESTDIR $TARBALL 1.10 } 1.11 1.12 @@ -25,7 +25,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 cp -a $_pkg/usr $fs 1.16 - rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.* 1.17 + rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.c* 1.18 rm -rf $fs/usr/share/php/.f* $fs/usr/share/php/.l* 1.19 rm -rf $fs/usr/share/php/.dep* 1.20 }