summaryrefslogtreecommitdiff
authorNagy Karoly Gabriel <karasz@opensde.org>2009-07-02 15:03:55 (GMT)
committer Nagy Karoly Gabriel <karasz@opensde.org>2009-07-02 15:03:55 (GMT)
commit23c5c0b22581b28b00a9e1cc8b3e58c9cf11c74d (patch)
tree9c2ae67d9f610f3597a885fa7c13ae895b86ecf8
parentfe8c7bae158100994e553bd65248dbbd9d41e272 (diff)
postgresql: removed build time message about TZData and added $root to $pkgprefix
Diffstat
-rw-r--r--database/postgresql/postgresql.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/database/postgresql/postgresql.conf b/database/postgresql/postgresql.conf
index 35b6051..ef675d5 100644
--- a/database/postgresql/postgresql.conf
+++ b/database/postgresql/postgresql.conf
@@ -52,8 +52,7 @@ fi
# Do not build internal TZData if external is installed
if pkginstalled tzdata ; then
pkgprefix -t tzdata
- var_append extraconfopt " " "--with-system-tzdata=$( pkgprefix datadir tzdata )/zoneinfo"
- echo_status "Disabling PostgreSQL internal TZData in favour of teh system wide one."
+ var_append extraconfopt " " "--with-system-tzdata=$root$( pkgprefix datadir tzdata )/zoneinfo"
fi
postgresql_pm() {