# HG changeset patch # User Christopher Rogers # Date 1304945179 0 # Node ID 551255803abf33da0c1bec789df52a09a1bee188 # Parent 810ab87ba4bc96f603f43df64772625cbe6ca7bf libpostgresqlclient: We are using wanted_stuff. postgresql doesn't copy to $src folder anymore. diff -r 810ab87ba4bc -r 551255803abf libpostgresqlclient/receipt --- a/libpostgresqlclient/receipt Mon May 09 15:57:19 2011 +0200 +++ b/libpostgresqlclient/receipt Mon May 09 12:46:19 2011 +0000 @@ -15,7 +15,7 @@ dir=$(dirname $file) [ -d $fs$dir ] || mkdir -p $fs$dir cp -a $_pkg$file $fs$file - done < $src/$PACKAGE.files-list + done < $wanted_stuff/$PACKAGE.files-list ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 }