From: Michael Haubenwallner Date: Tue, 28 May 2019 14:36:14 +0000 (+0200) Subject: dev-lang/ghc: fix hprefixify with amd64-linux X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e13e70853e6bebd89614de1de89ddc8d57bd0331;p=gentoo.git dev-lang/ghc: fix hprefixify with amd64-linux Closes: https://bugs.gentoo.org/686912 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner --- diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index 6e573c0fff30..48eb8d91db6e 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -293,6 +293,7 @@ relocate_ghc() { # but then USE=binary would result in installing # in '${bin_libdir}' mv "${bin_ghc_prefix}/${bin_libdir}" "${bin_ghc_prefix}/$(get_libdir)" || die + bin_libpath=${bin_ghc_prefix}/$(get_libdir) relocate_path "/usr/${bin_libdir}" "/usr/$(get_libdir)" \ "${WORKDIR}/usr/bin/$(cross)ghc-${GHC_PV}" \