commit: 5c377b713d151c2fc9c67bf9f78844ba6f7dda4e Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Mon Nov 26 13:39:03 2018 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Mon Nov 26 13:39:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c377b71
dev-libs/libutf8proc: fix Prefix regression introduced in -r1. Reference: https://archives.gentoo.org/gentoo-dev/message/776d6a128da1c7cfcdc5aa36e8bf83ae Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild index bfc2a2dc1b4..eeecdc8fec7 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild @@ -20,7 +20,7 @@ DEPEND="dev-util/netsurf-buildsystem" S="${WORKDIR}/${MY_P}" _emake() { - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh + source "${EPREFIX}"/usr/share/netsurf-buildsystem/gentoo-helpers.sh netsurf_define_makeconf emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@ } @@ -30,5 +30,5 @@ src_compile() { } src_install() { - _emake DESTDIR="${ED}" install + _emake DESTDIR="${D}" install }
