diff options
Diffstat (limited to 'databases/postgresql90-server/files/dot.profile.in')
-rw-r--r-- | databases/postgresql90-server/files/dot.profile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql90-server/files/dot.profile.in b/databases/postgresql90-server/files/dot.profile.in index 4aca6aa..96344d5 100644 --- a/databases/postgresql90-server/files/dot.profile.in +++ b/databases/postgresql90-server/files/dot.profile.in @@ -1,7 +1,7 @@ # both new and old layout's paths, but new path first... -PATH=%%PREFIX%%/%%PG_PREFIX%%bin:${PATH} +PATH=%%PREFIX%%/bin:${PATH} -PGLIB=%%PREFIX%%/%%PG_PREFIX%%lib +PGLIB=%%PREFIX%%/lib # note: PGDATA can be overridden by the -D startup option PGDATA=${HOME}/data |