wok-current diff cyrus-sasl/receipt @ rev 9421
p7zip-full: Fix path in scripts
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Mar 30 20:42:02 2011 +0200 (2011-03-30) |
parents | 39011a13b555 |
children | a1644dbcf632 |
line diff
1.1 --- a/cyrus-sasl/receipt Sun Feb 28 13:03:20 2010 +0100 1.2 +++ b/cyrus-sasl/receipt Wed Mar 30 20:42:02 2011 +0200 1.3 @@ -27,19 +27,13 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp stuff/*.files-list $src 1.8 mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd 1.9 cp -a $_pkg/usr/sbin $fs/usr 1.10 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.11 cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 1.12 cp -a stuff/etc $fs 1.13 1.14 - cat $src/*.files-list | while read file; do 1.15 + cat $WOK/$PACKAGE/stuff/*.files-list | while read file; do 1.16 rm -rf $fs$file 1.17 done 1.18 - 1.19 - for i in $(cd $WOK; ls -d cyrus-sasl-* libsasl*) 1.20 - do 1.21 - tazwok cook $i 1.22 - done 1.23 }