projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19166ce
)
dev-lang/nqp: [QA] Fix UnnecessarySlashStrip
author
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:51:12 +0000
(17:51 +0100)
committer
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:51:12 +0000
(17:51 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
dev-lang/nqp/nqp-2019.03-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/nqp/nqp-2019.03-r1.ebuild
b/dev-lang/nqp/nqp-2019.03-r1.ebuild
index 663242f61de6e7828fc0f98431ffb46fe7acfd50..9e1f45775e4c4c32565fb9e3e465418ca6a93927 100644
(file)
--- a/
dev-lang/nqp/nqp-2019.03-r1.ebuild
+++ b/
dev-lang/nqp/nqp-2019.03-r1.ebuild
@@
-70,7
+70,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