diff options
Diffstat (limited to 'app-office/openoffice/openoffice-1.1.0-r2.ebuild')
-rw-r--r-- | app-office/openoffice/openoffice-1.1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice/openoffice-1.1.0-r2.ebuild b/app-office/openoffice/openoffice-1.1.0-r2.ebuild index 7c97b56d7faa..0745c217b55c 100644 --- a/app-office/openoffice/openoffice-1.1.0-r2.ebuild +++ b/app-office/openoffice/openoffice-1.1.0-r2.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/app-office/openoffice/openoffice-1.1.0-r2.ebuild,v 1.7 2004/01/17 17:08:23 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r2.ebuild,v 1.8 2004/01/24 10:53:59 suka Exp $ # IMPORTANT: This is extremely alpha!!! @@ -108,7 +108,7 @@ pkg_setup() { die fi - if [ -z "$(echo ${JDK_HOME} | grep "blackdown")" ] && [ "${FORCE_JAVA}" != "yes" ] + if [ -z "$(/usr/bin/java-config -O | grep "blackdown-jdk")" ] && [ "${FORCE_JAVA}" != "yes" ] then eerror eerror "This ebuild has only been tested with the blackdown port of" |