diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-17 11:43:45 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-17 11:43:45 +0000 |
commit | 587bccdf3b22f73475675ba0a88809e551e5f3c7 (patch) | |
tree | f83c2284cd6c7146a88187542dc5fc6b375bf3d7 /dev-java/openjgraph/openjgraph-0.9.2.ebuild | |
parent | gnome 2.8 commit (diff) | |
download | gentoo-2-587bccdf3b22f73475675ba0a88809e551e5f3c7.tar.gz gentoo-2-587bccdf3b22f73475675ba0a88809e551e5f3c7.tar.bz2 gentoo-2-587bccdf3b22f73475675ba0a88809e551e5f3c7.zip |
no longer uses packed jars, #63295
Diffstat (limited to 'dev-java/openjgraph/openjgraph-0.9.2.ebuild')
-rw-r--r-- | dev-java/openjgraph/openjgraph-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/openjgraph/openjgraph-0.9.2.ebuild b/dev-java/openjgraph/openjgraph-0.9.2.ebuild index 371121e627e9..48bada502d56 100644 --- a/dev-java/openjgraph/openjgraph-0.9.2.ebuild +++ b/dev-java/openjgraph/openjgraph-0.9.2.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/dev-java/openjgraph/openjgraph-0.9.2.ebuild,v 1.4 2004/08/31 04:02:24 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/openjgraph/openjgraph-0.9.2.ebuild,v 1.5 2004/09/17 11:43:45 axxo Exp $ inherit java-pkg @@ -17,7 +17,7 @@ KEYWORDS="x86 ~sparc ~ppc" S=${WORKDIR}/${P//./_} src_compile() { - ./compileall.sh + ./compileall.sh || die "compile failed" } src_install () { |