diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-08-24 08:42:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-08-24 08:42:18 +0000 |
commit | 6dfc6fb321c21f7eec6085971d0fc0384a9833e1 (patch) | |
tree | a3ce4c6edf26d14710ed580cd837991201caf7c5 /sys-devel/automake/automake-1.8.5-r1.ebuild | |
parent | Oops, ~amd64 was missing somehow. (Manifest recommit) (diff) | |
download | gentoo-2-6dfc6fb321c21f7eec6085971d0fc0384a9833e1.tar.gz gentoo-2-6dfc6fb321c21f7eec6085971d0fc0384a9833e1.tar.bz2 gentoo-2-6dfc6fb321c21f7eec6085971d0fc0384a9833e1.zip |
grammar fixes in postinst instruction
Diffstat (limited to 'sys-devel/automake/automake-1.8.5-r1.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.8.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-1.8.5-r1.ebuild b/sys-devel/automake/automake-1.8.5-r1.ebuild index e324fe5690fd..da33c768bba8 100644 --- a/sys-devel/automake/automake-1.8.5-r1.ebuild +++ b/sys-devel/automake/automake-1.8.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r1.ebuild,v 1.6 2004/08/21 06:54:33 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r1.ebuild,v 1.7 2004/08/24 08:42:18 seemant Exp $ inherit eutils @@ -494,7 +494,7 @@ pkg_postinst() { done echo - einfo "Please note that the 'WANT_AUTOMAKE_1_?=1' have changed to:" + einfo "Please note that the 'WANT_AUTOMAKE_1_?=1' syntax has changed to:" echo einfo " WANT_AUTOMAKE=<required version>" echo |