diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-07-26 17:59:51 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-07-26 18:05:45 +0900 |
commit | 77b887acb894169e0c983b010dc43388f3c55b14 (patch) | |
tree | 0ea891cfa65b1d38b8159c977d7bf0c855a63ea2 /dev-lang/ghc | |
parent | app-crypt/kstart: version bump to kstart-4.2 (diff) | |
download | gentoo-77b887acb894169e0c983b010dc43388f3c55b14.tar.gz gentoo-77b887acb894169e0c983b010dc43388f3c55b14.tar.bz2 gentoo-77b887acb894169e0c983b010dc43388f3c55b14.zip |
dev-lang/ghc: Prefixify STAGE0_AR.
Bug: 540168
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-7.10.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild index 9721ed4fb10f..78ebfbf12d46 100644 --- a/dev-lang/ghc/ghc-7.10.3.ebuild +++ b/dev-lang/ghc/ghc-7.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then fi inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package -inherit multilib pax-utils toolchain-funcs versionator +inherit multilib pax-utils toolchain-funcs versionator prefix DESCRIPTION="The Glasgow Haskell Compiler" HOMEPAGE="http://www.haskell.org/ghc/" @@ -322,6 +322,7 @@ relocate_ghc() { "${WORKDIR}/usr/bin/$(cross)runghc-${GHC_PV}" \ "$gp_back" \ || die "Adding LD_LIBRARY_PATH for wrappers failed" + hprefixify "${bin_libpath}"/${PN}*/settings fi # regenerate the binary package cache |