wok diff libpostgresqlclient/receipt @ rev 14463

Up: ndoutils (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 03:10:35 2013 +0200 (2013-04-27)
parents 5b21efe08bd3
children 51a1ebbda768
line diff
     1.1 --- a/libpostgresqlclient/receipt	Sat Dec 10 21:31:55 2011 +0000
     1.2 +++ b/libpostgresqlclient/receipt	Sat Apr 27 03:10:35 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libpostgresqlclient"
     1.7 -VERSION="9.1.2"
     1.8 +VERSION="9.2.3"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="SQL database system libraries."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,7 +14,7 @@
    1.13  	while read file; do
    1.14  		dir=$(dirname $file)
    1.15  		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.16 -		cp -a $_pkg$file $fs$file
    1.17 +		cp -a $install$file $fs$file
    1.18  	done < $wanted_stuff/$PACKAGE.files-list
    1.19  	ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5
    1.20  }