summaryrefslogtreecommitdiffstats
path: root/system/postgresql/postgresql.SlackBuild
diff options
context:
space:
mode:
author Adis Nezirovic <adis@linux.org.ba>2015-01-22 06:37:52 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-22 06:37:52 +0700
commit2c03ec36ea444083e243730370559aa8b7c8790b (patch)
tree68dd69fffad06780974bcbcc03f82ac98edcc456 /system/postgresql/postgresql.SlackBuild
parentb8d9dc1de00651fe57615de0ab0dea96897e268f (diff)
downloadslackbuilds-2c03ec36ea444083e243730370559aa8b7c8790b.tar.gz
slackbuilds-2c03ec36ea444083e243730370559aa8b7c8790b.tar.xz
system/postgresql: Fix for pg_upgrade (timezone_abbreviations).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r--system/postgresql/postgresql.SlackBuild5
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 \