dev-java/glassfish-jms-api-1.1.2.2.04: fixed bug #676072

Package-Manager: Portage-2.3.57, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2019-01-23 10:22:04 +01:00
parent 4c81938dbf
commit 9df26294df

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -36,7 +36,7 @@ src_unpack() {
}
EANT_BUILD_TARGET="all"
EANT_EXTRA_ARGS="-Djavaee.jar=\"${S}/${PN}.jar\""
EANT_EXTRA_ARGS="-Djavaee.jar=${S}/${PN}.jar"
EANT_DOC_TARGET=""
src_compile() {