wok rev 9729
FIX libpostgresqlclient pkg file list (what is that $wanted_stuff ? Why have change something working and use from the start of the project?)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 09 14:55:28 2011 +0200 (2011-05-09) |
parents | eddc61466dfd |
children | 858f8a7575d9 |
files | libpostgresqlclient/receipt |
line diff
1.1 --- a/libpostgresqlclient/receipt Mon May 09 05:52:23 2011 +0000 1.2 +++ b/libpostgresqlclient/receipt Mon May 09 14:55:28 2011 +0200 1.3 @@ -15,7 +15,7 @@ 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 < $wanted_stuff/$PACKAGE.files-list 1.8 + done < $src/$PACKAGE.files-list 1.9 ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 1.10 } 1.11