diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-12-30 23:48:35 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-12-30 23:48:35 +0000 |
commit | e14028bef584f6421c3048c24e86aa916026f460 (patch) | |
tree | 384cd8c0f60e045c68f3ee4ac835deab2abb3c00 /dev-db/firebird/firebird-1.5.2.ebuild | |
parent | Replace userland_Darwin check with a CHOST check before moving in /lib. (diff) | |
download | gentoo-2-e14028bef584f6421c3048c24e86aa916026f460.tar.gz gentoo-2-e14028bef584f6421c3048c24e86aa916026f460.tar.bz2 gentoo-2-e14028bef584f6421c3048c24e86aa916026f460.zip |
User config changes according to #109482.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-db/firebird/firebird-1.5.2.ebuild')
-rw-r--r-- | dev-db/firebird/firebird-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/firebird/firebird-1.5.2.ebuild b/dev-db/firebird/firebird-1.5.2.ebuild index 6d051a5afad5..4217effd7444 100644 --- a/dev-db/firebird/firebird-1.5.2.ebuild +++ b/dev-db/firebird/firebird-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.5 2005/08/24 09:04:30 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.6 2005/12/30 23:48:35 carlo Exp $ inherit flag-o-matic eutils @@ -109,7 +109,7 @@ pkg_postinst() { einfo einfo "1. If haven't done so already, please run:" einfo - einfo " \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo " \"emerge --config =${PV}\"" einfo einfo " to create lockfiles, set permissions and more" einfo |