summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-03-04 05:49:54 +0000
committerMark Wright <gienah@gentoo.org>2012-03-04 05:49:54 +0000
commit8edf8f50d1cd41b4875f9895664ea304d52f1ef6 (patch)
tree39e9bcc20563f89d8f7241932486197d64367501 /dev-lang/ghc/ghc-7.0.4.ebuild
parentversion bump (diff)
downloadgentoo-2-8edf8f50d1cd41b4875f9895664ea304d52f1ef6.tar.gz
gentoo-2-8edf8f50d1cd41b4875f9895664ea304d52f1ef6.tar.bz2
gentoo-2-8edf8f50d1cd41b4875f9895664ea304d52f1ef6.zip
Bump ghc to 7.4.1
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ghc/ghc-7.0.4.ebuild')
-rw-r--r--dev-lang/ghc/ghc-7.0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-7.0.4.ebuild b/dev-lang/ghc/ghc-7.0.4.ebuild
index 060cab0b7082..3f8751599230 100644
--- a/dev-lang/ghc/ghc-7.0.4.ebuild
+++ b/dev-lang/ghc/ghc-7.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.4 2011/12/28 08:47:34 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.5 2012/03/04 05:49:54 gienah Exp $
# Brief explanation of the bootstrap logic:
#
@@ -193,7 +193,7 @@ relocate_path() {
for file in "$@"
do
sed -i -e "s|$from|$to|g" \
- "$file" || die "path relocation failed for '$file'"
+ "$file" || die "path relocation failed for '$file'"
done
}