From e13e70853e6bebd89614de1de89ddc8d57bd0331 Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Tue, 28 May 2019 16:36:14 +0200 Subject: [PATCH] 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 --- dev-lang/ghc/ghc-8.0.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" \ -- 2.26.2