wok-6.x diff psycopg/receipt @ rev 1457
atl2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 16:39:33 2008 +0000 (2008-10-03) |
parents | ba4505d50c3e |
children | 4c400bd09135 |
line diff
1.1 --- a/psycopg/receipt Mon Aug 11 11:01:30 2008 +0000 1.2 +++ b/psycopg/receipt Fri Oct 03 16:39:33 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