wok diff krb5/receipt @ rev 9700

Replaced all ../stuff with $stuff.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 08 09:01:58 2011 +0000 (2011-05-08)
parents ba9416f5cbff
children cba14e272d6e
line diff
     1.1 --- a/krb5/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/krb5/receipt	Sun May 08 09:01:58 2011 +0000
     1.3 @@ -32,7 +32,7 @@
     1.4  	cp -a $_pkg/usr/bin $fs/usr
     1.5  	cp -a $_pkg/usr/sbin $fs/usr
     1.6  	cp -a $_pkg/usr/lib $fs/usr
     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  }