wok-6.x diff psycopg/receipt @ rev 1375

Add: mpd (Music Player Daemon)
author Paul Issott <paul@slitaz.org>
date Thu Sep 11 15:10:48 2008 +0000 (2008-09-11)
parents ba4505d50c3e
children 4c400bd09135
line diff
     1.1 --- a/psycopg/receipt	Mon Aug 11 11:01:30 2008 +0000
     1.2 +++ b/psycopg/receipt	Thu Sep 11 15:10:48 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