Skip to content

Commit

Permalink
dev-lang/nqp: [QA] Fix UnnecessarySlashStrip
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 8, 2020
1 parent 829c8c9 commit cb0f3eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-lang/nqp/nqp-2019.07.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ nqp_configure() {
pushd "${BUILD_DIR}" > /dev/null || die
local myconfargs=(
"--backend=${MULTIBUILD_VARIANT}"
"--prefix=${EPREFIX%/}/usr" )
"--prefix=${EPREFIX}/usr" )

perl Configure.pl "${myconfargs[@]}" || die
popd || die
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/nqp/nqp-2019.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ nqp_configure() {
pushd "${BUILD_DIR}" > /dev/null || die
local myconfargs=(
"--backend=${MULTIBUILD_VARIANT}"
"--prefix=${EPREFIX%/}/usr" )
"--prefix=${EPREFIX}/usr" )

perl Configure.pl "${myconfargs[@]}" || die
popd || die
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/nqp/nqp-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ nqp_configure() {
pushd "${BUILD_DIR}" > /dev/null || die
local myconfargs=(
"--backend=${MULTIBUILD_VARIANT}"
"--prefix=${EPREFIX%/}/usr" )
"--prefix=${EPREFIX}/usr" )

perl Configure.pl "${myconfargs[@]}" || die
popd || die
Expand Down

0 comments on commit cb0f3eb

Please sign in to comment.