summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-07-07 17:15:05 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-07-07 17:15:05 +0000
commita23b29fbf07d59610c49150f4ea1715031ebe39f (patch)
tree55ff909708c5fc4b1acc0304c33676c305bef0ee /eclass
parentReplaced einfo with elog. (diff)
downloadgentoo-2-a23b29fbf07d59610c49150f4ea1715031ebe39f.tar.gz
gentoo-2-a23b29fbf07d59610c49150f4ea1715031ebe39f.tar.bz2
gentoo-2-a23b29fbf07d59610c49150f4ea1715031ebe39f.zip
Fixed typo - see bug #139578.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java.eclass4
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
}