wok diff postgresql/receipt @ rev 19981

Up gphoto2 (2.5.14), thanks Pasquale
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 18 19:23:12 2017 +0200 (2017-06-18)
parents 9e01bc6321ea
children 970c5ec9a60a
line diff
     1.1 --- a/postgresql/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/postgresql/receipt	Sun Jun 18 19:23:12 2017 +0200
     1.3 @@ -19,7 +19,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	[ -d ../postgrpsql-$VERSION ] && cp -a ../postgrpsql-$VERSION/* .
     1.9  	cp $stuff/*.files-list .
    1.10  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.11 @@ -29,7 +28,7 @@
    1.12  	--enable-thread-safety --with-system-tzdata=/usr/share/zoneinfo \
    1.13  	--libdir=/usr/lib/postgresql --mandir=/usr/share/man \
    1.14  	$CONFIGURE_ARGS &&
    1.15 -	make &&
    1.16 +	make world &&
    1.17  	make DESTDIR=$DESTDIR install
    1.18  	make -C doc/src/sgml DESTDIR=$DESTDIR install-html
    1.19  }