diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 17:21:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 17:21:16 +0100 |
commit | cb0f3ebe9911c394198269f3915a20546442c6e0 (patch) | |
tree | 35afa551c3a5d7c872707409e4feb3a485d367a6 /dev-lang | |
parent | dev-lang/lazarus: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-cb0f3ebe9911c394198269f3915a20546442c6e0.tar.gz gentoo-cb0f3ebe9911c394198269f3915a20546442c6e0.tar.bz2 gentoo-cb0f3ebe9911c394198269f3915a20546442c6e0.zip |
dev-lang/nqp: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/nqp/nqp-2019.07.1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/nqp/nqp-2019.11.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/nqp/nqp-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/nqp/nqp-2019.07.1.ebuild b/dev-lang/nqp/nqp-2019.07.1.ebuild index c6689cf62d83..4ff2af45cef6 100644 --- a/dev-lang/nqp/nqp-2019.07.1.ebuild +++ b/dev-lang/nqp/nqp-2019.07.1.ebuild @@ -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 diff --git a/dev-lang/nqp/nqp-2019.11.ebuild b/dev-lang/nqp/nqp-2019.11.ebuild index c6689cf62d83..4ff2af45cef6 100644 --- a/dev-lang/nqp/nqp-2019.11.ebuild +++ b/dev-lang/nqp/nqp-2019.11.ebuild @@ -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 diff --git a/dev-lang/nqp/nqp-9999.ebuild b/dev-lang/nqp/nqp-9999.ebuild index c6689cf62d83..4ff2af45cef6 100644 --- a/dev-lang/nqp/nqp-9999.ebuild +++ b/dev-lang/nqp/nqp-9999.ebuild @@ -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 |