wok diff postgresql-dev/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 5b21efe08bd3
children 51a1ebbda768
line diff
     1.1 --- a/postgresql-dev/receipt	Sat Dec 10 21:31:55 2011 +0000
     1.2 +++ b/postgresql-dev/receipt	Fri Sep 27 09:56:20 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postgresql-dev"
     1.7 -VERSION="9.1.2"
     1.8 +VERSION="9.2.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="SQL database system development files"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -13,8 +13,8 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib/postgresql $fs/usr/bin
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 -	cp -a $_pkg/usr/bin/pg_config $fs/usr/bin
    1.18 -	cp -a $_pkg/usr/lib/postgresql/*a $fs/usr/lib/postgresql
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20 +	cp -a $install/usr/bin/pg_config $fs/usr/bin
    1.21 +	cp -a $install/usr/lib/postgresql/*a $fs/usr/lib/postgresql
    1.22  }
    1.23