diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-06-23 01:08:07 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-06-23 01:08:07 +0000 |
commit | b8db219a9d0546a568d89a213f4696a079fa8806 (patch) | |
tree | dfc618fb71f1c47996b343cdc2b1fdedc1e07d5d /net-im | |
parent | Do not override MAKEOPTS, pass options directly to emake. (Manifest recommit) (diff) | |
download | gentoo-2-b8db219a9d0546a568d89a213f4696a079fa8806.tar.gz gentoo-2-b8db219a9d0546a568d89a213f4696a079fa8806.tar.bz2 gentoo-2-b8db219a9d0546a568d89a213f4696a079fa8806.zip |
small typo in einfo
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/aim-transport/aim-transport-20040131-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/aim-transport/aim-transport-20040131-r1.ebuild b/net-im/aim-transport/aim-transport-20040131-r1.ebuild index 207c56d0e366..dee7fafe1f38 100644 --- a/net-im/aim-transport/aim-transport-20040131-r1.ebuild +++ b/net-im/aim-transport/aim-transport-20040131-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r1.ebuild,v 1.6 2004/06/19 20:38:58 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r1.ebuild,v 1.7 2004/06/23 01:08:07 humpback Exp $ inherit eutils @@ -53,7 +53,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read /usr/share/doc/${PN}-${PVR}/README.Gentoo.gz" - einfo "And please notice that now msn-transport comes with a init.d script" + einfo "And please notice that now aim-transport comes with a init.d script" einfo "dont forget to add it to your runlevel." einfo } |