wok-next diff cyrus-sasl/receipt @ rev 9698
Fixed bugs from last commit.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 07 17:51:17 2011 +0000 (2011-05-07) |
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 Sat May 07 17:51:17 2011 +0000 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 }