aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ghc.rb')
-rw-r--r--Library/Formula/ghc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index 043050578..227160127 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -58,7 +58,7 @@ class Ghc < Formula
opoo "The current version of haskell-platform will NOT work with this version of GHC!"
end
- system "./configure --prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}"
system "make install"
end