Skip to content

Commit

Permalink
dev-lang/duktape: Fix header install
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
whyman committed Jun 28, 2020
1 parent 4eda2d5 commit 10cf094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10cf094

Please sign in to comment.