wok-next diff postgresql-client/receipt @ rev 9785

gen-init-cpio: fix build
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 12 15:15:03 2011 +0200 (2011-05-12)
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	Thu May 12 15:15:03 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