wok-current diff postgresql/receipt @ rev 20307
Up tazlito (495)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 07 20:57:04 2018 +0200 (2018-05-07) |
parents | 9e01bc6321ea |
children | 970c5ec9a60a |
line diff
1.1 --- a/postgresql/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/postgresql/receipt Mon May 07 20:57:04 2018 +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 }