diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 17:42:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 17:42:16 +0000 |
commit | 189522439db3a4b4d4ec1f993aeea020b1b8c103 (patch) | |
tree | fb01c4fa9398199482d1478b532a31f94b19bf64 /dev-java | |
parent | ~amd64 #49034 (Manifest recommit) (diff) | |
download | gentoo-2-189522439db3a4b4d4ec1f993aeea020b1b8c103.tar.gz gentoo-2-189522439db3a4b4d4ec1f993aeea020b1b8c103.tar.bz2 gentoo-2-189522439db3a4b4d4ec1f993aeea020b1b8c103.zip |
repoman: Fix leading whitespace
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/ibm-jre-bin/ibm-jre-bin-1.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.1.ebuild b/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.1.ebuild index 4d446d70fe3a..bbda8d3ec168 100644 --- a/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.1.ebuild +++ b/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.1.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/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.1.ebuild,v 1.7 2004/06/03 20:28:45 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.1.ebuild,v 1.8 2004/06/04 17:42:16 mr_bones_ Exp $ inherit java nsplugins @@ -52,8 +52,8 @@ src_postinst(){ } pkg_prerm() { - if [ ! -z "$(java-config -J | grep ${P})" ] ; then + if [ ! -z "$(java-config -J | grep ${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!" fi -}
\ No newline at end of file +} |