diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-11-08 20:43:49 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-11-08 20:43:49 +0000 |
commit | 7a38720d1444afac2773012fc6b1562f42342b19 (patch) | |
tree | 06599435740954eb308fedd32b35c14a871ac793 /dev-db/postgresql/postgresql-7.4.14.ebuild | |
parent | Version bump, bug 154434. (diff) | |
download | historical-7a38720d1444afac2773012fc6b1562f42342b19.tar.gz historical-7a38720d1444afac2773012fc6b1562f42342b19.tar.bz2 historical-7a38720d1444afac2773012fc6b1562f42342b19.zip |
Make the notice $ROOT aware.
Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'dev-db/postgresql/postgresql-7.4.14.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.14.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-db/postgresql/postgresql-7.4.14.ebuild b/dev-db/postgresql/postgresql-7.4.14.ebuild index 7be8b22361ea..7ad610aa4c9c 100644 --- a/dev-db/postgresql/postgresql-7.4.14.ebuild +++ b/dev-db/postgresql/postgresql-7.4.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.14.ebuild,v 1.2 2006/11/08 20:28:10 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.14.ebuild,v 1.3 2006/11/08 20:43:49 chtekk Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs versionator @@ -165,10 +165,8 @@ pkg_postinst() { elog "Execute the following command to setup the initial database environment:" elog elog "emerge --config =${PF}" - elog - - elog "If you need a global psqlrc-file, you can place it in /etc/postgresql." + elog "If you need a global psqlrc-file, you can place it in '${ROOT}/etc/postgresql/'." } pkg_config() { |