wok-current diff libsasl/receipt @ rev 8254
shellinabox: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 29 16:09:40 2011 +0100 (2011-01-29) |
parents | b07704f262de |
children | 129bb5b11a7e |
line diff
1.1 --- a/libsasl/receipt Thu Aug 05 23:10:15 2010 +0200 1.2 +++ b/libsasl/receipt Sat Jan 29 16:09:40 2011 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 dir=${file%/*} 1.5 [ -d $fs$dir ] || mkdir -p $fs$dir 1.6 cp -a $_pkg$file $fs$dir 1.7 - done < $src/$PACKAGE.files-list 1.8 + done < $WOK/$WANTED/stuff/$PACKAGE.files-list 1.9 } 1.10 1.11