diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-07 17:15:05 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-07 17:15:05 +0000 |
commit | d27fb2fb561a5e5f2a5cac2a35f5aa183fb6ae28 (patch) | |
tree | 89bf0d9ddcca174aafc4ef858bc78bdadd53dc7d /eclass/java.eclass | |
parent | Replaced einfo with elog. (diff) | |
download | historical-d27fb2fb561a5e5f2a5cac2a35f5aa183fb6ae28.tar.gz historical-d27fb2fb561a5e5f2a5cac2a35f5aa183fb6ae28.tar.bz2 historical-d27fb2fb561a5e5f2a5cac2a35f5aa183fb6ae28.zip |
Fixed typo - see bug #139578.
Diffstat (limited to 'eclass/java.eclass')
-rw-r--r-- | eclass/java.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java.eclass b/eclass/java.eclass index fdb1b286367a..c338ee271bf8 100644 --- a/eclass/java.eclass +++ b/eclass/java.eclass @@ -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/eclass/java.eclass,v 1.30 2006/06/24 18:36:59 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.31 2006/07/07 17:15:05 nelchael Exp $ # # Author: Karl Trygve Kalleberg <karltk@gentoo.org> @@ -37,7 +37,7 @@ java_pkg_postinst() { java_pkg_prerm() { if java-config -J | grep -q ${P} ; then ewarn "It appears you are removing your default system VM!" - ewarn "Please run java-config -L then java-config-S to set a new system VM!" + ewarn "Please run java-config -L then java-config -S to set a new system VM!" fi } |