diff options
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 |