diff options
Diffstat (limited to 'app-editors/joe/joe-3.2.ebuild')
-rw-r--r-- | app-editors/joe/joe-3.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild index a286a78c3478..c6401264c188 100644 --- a/app-editors/joe/joe-3.2.ebuild +++ b/app-editors/joe/joe-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.11 2006/04/06 13:02:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.12 2007/01/24 02:40:53 genone Exp $ inherit flag-o-matic @@ -41,8 +41,8 @@ src_install() { } pkg_postinst() { - echo - einfo "Global configuration has been moved from /etc to /etc/joe." - einfo "You should move or remove your old configuration files." - echo + elog + elog "Global configuration has been moved from /etc to /etc/joe." + elog "You should move or remove your old configuration files." + elog } |