diff options
author | 2004-11-03 13:57:04 +0000 | |
---|---|---|
committer | 2004-11-03 13:57:04 +0000 | |
commit | eaf81ee6b111b635e9970592d7a196d987813295 (patch) | |
tree | 279c5af2eabe7faa65330ba61329aa962398b8ca /dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild | |
parent | dont need unzip (Manifest recommit) (diff) | |
download | gentoo-2-eaf81ee6b111b635e9970592d7a196d987813295.tar.gz gentoo-2-eaf81ee6b111b635e9970592d7a196d987813295.tar.bz2 gentoo-2-eaf81ee6b111b635e9970592d7a196d987813295.zip |
ghc-pkg was not installed properly for amd64 (#56997)
Diffstat (limited to 'dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild')
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild index d66b69683c79..903e0e312984 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild,v 1.2 2004/10/18 22:54:07 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild,v 1.3 2004/11/03 13:57:04 kosmikus Exp $ IUSE="" @@ -43,8 +43,10 @@ src_install () { pushd ${D}/opt/ghc/bin ln -s ../lib/bin/ghc ghc-${PV} ln -s ../lib/bin/ghci ghci-${PV} + ln -s ../lib/bin/ghc-pkg ghc-pkg-${PV} ln -s ghc-${PV} ghc ln -s ghci-${PV} ghci + ln -s ghc-pkg-${PV} ghc-pkg popd # TODO: what about documentation |