wok diff cyrus-sasl/receipt @ rev 9697

a*, b*, c*: starte with a tiny sed in the wok for stuff/ --> $/stuff
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 07 23:47:19 2011 +0200 (2011-05-07)
parents c65229ae4803
children fc20a2fab76c
line diff
     1.1 --- a/cyrus-sasl/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/cyrus-sasl/receipt	Sat May 07 23:47:19 2011 +0200
     1.3 @@ -31,9 +31,9 @@
     1.4  	cp -a $_pkg/usr/sbin $fs/usr
     1.5  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.6  	cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2
     1.7 -	cp -a stuff/etc $fs
     1.8 +	cp -a $stuff/etc $fs
     1.9  	
    1.10 -	cat $WOK/$PACKAGE/stuff/*.files-list | while read file; do
    1.11 +	cat $WOK/$PACKAGE/$stuff/*.files-list | while read file; do
    1.12  		rm -rf $fs$file
    1.13  	done
    1.14  }