# HG changeset patch # User Christophe Lincoln # Date 1304945728 -7200 # Node ID fba11f2d1df0d2d55e43762cad0bc3116dcb5bcb # Parent eddc61466dfdf17a0957cfc7ee8f1c6a3a1ef652 FIX libpostgresqlclient pkg file list (what is that $wanted_stuff ? Why have change something working and use from the start of the project?) diff -r eddc61466dfd -r fba11f2d1df0 libpostgresqlclient/receipt --- a/libpostgresqlclient/receipt Mon May 09 05:52:23 2011 +0000 +++ b/libpostgresqlclient/receipt Mon May 09 14:55:28 2011 +0200 @@ -15,7 +15,7 @@ dir=$(dirname $file) [ -d $fs$dir ] || mkdir -p $fs$dir cp -a $_pkg$file $fs$file - done < $wanted_stuff/$PACKAGE.files-list + done < $src/$PACKAGE.files-list ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 }