wok-next rev 1259
psycopg: ugly hack, but works...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 13 16:41:05 2008 +0000 (2008-08-13) |
parents | e50bf461524d |
children | c261333596f2 |
files | psycopg/receipt |
line diff
1.1 --- a/psycopg/receipt Wed Aug 13 16:09:57 2008 +0000 1.2 +++ b/psycopg/receipt Wed Aug 13 16:41:05 2008 +0000 1.3 @@ -27,6 +27,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 + mkdir -p $fs/usr/lib/ 1.8 cp -a $_pkg/usr $fs 1.9 + ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 1.10 } 1.11