diff options
Diffstat (limited to 'dev-java/commons-el/commons-el-1.0-r1.ebuild')
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/commons-el/commons-el-1.0-r1.ebuild b/dev-java/commons-el/commons-el-1.0-r1.ebuild index e97c66a68a5f..4d4aab55084d 100644 --- a/dev-java/commons-el/commons-el-1.0-r1.ebuild +++ b/dev-java/commons-el/commons-el-1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r1.ebuild,v 1.8 2007/04/25 19:24:48 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r1.ebuild,v 1.9 2008/01/14 10:46:39 elvanor Exp $ JAVA_PKG_IUSE="source" @@ -23,7 +23,7 @@ S=${WORKDIR}/${P}-src src_unpack() { unpack ${A} - cd ${S} + cd "${S}" mv build.properties build.properties.old echo "servlet-api.jar=$(java-pkg_getjar servletapi-2.4 servlet-api.jar)" >> build.properties |