diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2014-01-06 18:19:29 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:07 -0600 |
commit | 4911bc963f072a216abb4b9c15cfba679e6795b7 (patch) | |
tree | 62eac071981816f072f0bc171c3da1725fa90d50 /system/postgresql/doinst.sh | |
parent | 11a427aed5293863f0798045ba9fd9ac57da246c (diff) | |
download | slackbuilds-4911bc963f072a216abb4b9c15cfba679e6795b7.tar.gz |
system/postgresql: Updated for version 9.3.2.
More sensible defaults for database encoding and auth
Misc cleanups
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/postgresql/doinst.sh')
-rw-r--r-- | system/postgresql/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/doinst.sh b/system/postgresql/doinst.sh index 3a14eb39de..7b63ec5e3f 100644 --- a/system/postgresql/doinst.sh +++ b/system/postgresql/doinst.sh @@ -27,7 +27,7 @@ config etc/logrotate.d/postgresql.new # Create default program symlinks in /usr/bin ( cd usr/bin - for pg_binary in ../lib@LIBDIRSUFFIX@/postgresql/@PG_VERSION@/bin/*; do + for pg_binary in ../lib@LIBDIRSUFFIX@/@PRGNAM@/@PG_VERSION@/bin/*; do pg_prog=$(basename $pg_binary) if [ -L $pg_prog ]; then ln -sf $pg_binary |