wok diff postgresql-client/receipt @ rev 9970
gcc+gci: fix receipt and build
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 17:57:35 2011 +0200 (2011-05-18) |
parents | 0731792c3994 |
children | 7c5937702175 |
line diff
1.1 --- a/postgresql-client/receipt Tue Feb 15 19:34:52 2011 +0000 1.2 +++ b/postgresql-client/receipt Wed May 18 17:57:35 2011 +0200 1.3 @@ -17,6 +17,6 @@ 1.4 dir=$(dirname $file) 1.5 [ -d $fs$dir ] || mkdir -p $fs$dir 1.6 cp -a $_pkg$file $fs$file 1.7 - done < $WOK/$WANTED/stuff/$PACKAGE.files-list 1.8 + done < $wanted_stuff/$PACKAGE.files-list 1.9 } 1.10