diff options
Diffstat (limited to 'dev-java/jython/jython-2.1.ebuild')
-rw-r--r-- | dev-java/jython/jython-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jython/jython-2.1.ebuild b/dev-java/jython/jython-2.1.ebuild index 74cbfe85790b..9f780325ffc4 100644 --- a/dev-java/jython/jython-2.1.ebuild +++ b/dev-java/jython/jython-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1.ebuild,v 1.3 2003/08/24 03:00:44 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1.ebuild,v 1.4 2003/09/06 22:26:46 msterret Exp $ DESCRIPTION="Java Python implementation" @@ -18,7 +18,7 @@ DEPEND=">=virtual/jdk-1.2 src_unpack() { - unzip ${DISTDIR}/${PN}-${MY_PV}.class -d ${S}/ + unzip ${DISTDIR}/${PN}-${MY_PV}.class -d ${S}/ } |