diff options
Diffstat (limited to 'mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild')
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild index 66334d378bd6..38e27ffab9dc 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild,v 1.6 2007/03/11 12:19:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild,v 1.7 2007/03/18 02:00:04 genone Exp $ WANT_AUTOCONF="2.1" @@ -179,10 +179,10 @@ pkg_preinst() { declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN} echo "" - einfo "Removing old installs though some really ugly code. It potentially" - einfo "eliminates any problems during the install, however suggestions to" - einfo "replace this are highly welcome. Send comments and suggestions to" - einfo "mozilla@gentoo.org" + elog "Removing old installs though some really ugly code. It potentially" + elog "eliminates any problems during the install, however suggestions to" + elog "replace this are highly welcome. Send comments and suggestions to" + elog "mozilla@gentoo.org" rm -rf ${ROOT}${MOZILLA_FIVE_HOME} echo "" } |