wok-next diff cyrus-sasl/receipt @ rev 10430
openldap: use openssl for tls and clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 00:04:49 2011 +0200 (2011-05-25) |
parents | a1644dbcf632 |
children | b3a5a76246a3 |
line diff
1.1 --- a/cyrus-sasl/receipt Sat May 07 23:47:19 2011 +0200 1.2 +++ b/cyrus-sasl/receipt Wed May 25 00:04:49 2011 +0200 1.3 @@ -33,7 +33,7 @@ 1.4 cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 1.5 cp -a $stuff/etc $fs 1.6 1.7 - cat $WOK/$PACKAGE/$stuff/*.files-list | while read file; do 1.8 + cat $stuff/*.files-list | while read file; do 1.9 rm -rf $fs$file 1.10 done 1.11 }