From 4911bc963f072a216abb4b9c15cfba679e6795b7 Mon Sep 17 00:00:00 2001 From: Adis Nezirovic Date: Mon, 6 Jan 2014 18:19:29 +0100 Subject: system/postgresql: Updated for version 9.3.2. More sensible defaults for database encoding and auth Misc cleanups Signed-off-by: Matteo Bernardini --- system/postgresql/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/postgresql/doinst.sh') 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 -- cgit v1.2.3