wok diff postgresql-dev/receipt @ rev 4968

fix: add camera group in libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Tue Feb 23 16:06:09 2010 +0000 (2010-02-23)
parents 807ed3221739
children f3327707164a
line diff
     1.1 --- a/postgresql-dev/receipt	Mon Apr 27 09:46:59 2009 +0200
     1.2 +++ b/postgresql-dev/receipt	Tue Feb 23 16:06:09 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postgresql-dev"
     1.7 -VERSION="8.3.7"
     1.8 +VERSION="8.3.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="SQL database system development files"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,8 +11,9 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib/postgresql
    1.17 +	mkdir -p $fs/usr/lib/postgresql $fs/usr/bin
    1.18  	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $_pkg/usr/bin/pg_config $fs/usr/bin
    1.20  	cp -a $_pkg/usr/lib/postgresql/*a $fs/usr/lib/postgresql
    1.21  	strip --strip-debug $fs/usr/lib/postgresql/*.a
    1.22  }