Skip to content

Commit

Permalink
dev-java/glassfish-jms-api-1.1.2.2.04: fixed bug #676072
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.57, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
fordfrog committed Jan 23, 2019
1 parent 4c81938 commit 9df2629
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 9df2629

Please sign in to comment.