summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2020-06-28 09:52:04 +0100
committerIan Whyman <thev00d00@gentoo.org>2020-06-28 09:52:04 +0100
commit10cf094cdd34df34e8085e3ab615a7a7988bbad8 (patch)
treef9ed263dd05f20154e4ddffc1b4cf72a1d6065e8
parentsys-libs/pam: Drop old (diff)
downloadgentoo-10cf094cdd34df34e8085e3ab615a7a7988bbad8.tar.gz
gentoo-10cf094cdd34df34e8085e3ab615a7a7988bbad8.tar.bz2
gentoo-10cf094cdd34df34e8085e3ab615a7a7988bbad8.zip
dev-lang/duktape: Fix header install
Closes: https://bugs.gentoo.org/729914 Closes: https://bugs.gentoo.org/729840 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ian Whyman <thev00d00@gentoo.org>
-rw-r--r--dev-lang/duktape/duktape-2.5.0-r1.ebuild (renamed from dev-lang/duktape/duktape-2.5.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/duktape/duktape-2.5.0.ebuild b/dev-lang/duktape/duktape-2.5.0-r1.ebuild
index 56c63a07cbc9..096bdf229105 100644
--- a/dev-lang/duktape/duktape-2.5.0.ebuild
+++ b/dev-lang/duktape/duktape-2.5.0-r1.ebuild
@@ -21,7 +21,7 @@ src_prepare() {
eapply_user
# Set install path
- sed -i "s#INSTALL_PREFIX = /usr/local#INSTALL_PREFIX = ${D::-1}/usr#" \
+ sed -i "s#INSTALL_PREFIX = /usr/local#INSTALL_PREFIX = ${D%/}/usr#" \
Makefile.sharedlibrary || die "failed to set install path"
# Edit pkgconfig