dev-lang/ghc: fix hprefixify with amd64-linux
authorMichael Haubenwallner <haubi@gentoo.org>
Tue, 28 May 2019 14:36:14 +0000 (16:36 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 29 May 2019 06:56:39 +0000 (08:56 +0200)
Closes: https://bugs.gentoo.org/686912
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
dev-lang/ghc/ghc-8.0.2.ebuild

index 6e573c0fff304de5c0806acae48a88f07ac45e5c..48eb8d91db6e117219d0c35e93ba0fe2db2e566e 100644 (file)
@@ -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}" \