diff options
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index d37d0142d3..8653e71cfb 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for PostgreSQL # -# $Revision: 1fcb141fcfb8 $ -# $Date: 2015/01/08 06:56:14 $ +# $Revision: b43df5a7e4e0 $ +# $Date: 2015/01/20 18:50:25 $ # # Copyright 2007-2014 Adis Nezirovic <adis_at_linux.org.ba> # All rights reserved. @@ -107,6 +107,7 @@ CFLAGS="$SLKCFLAGS" \ --datarootdir=/usr/share \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --datadir=/usr/share/$PRGNAM-$PG_VERSION \ --with-openssl \ --with-tcl \ --with-perl \ |