aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mg.rb')
-rw-r--r--Library/Formula/mg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mg.rb b/Library/Formula/mg.rb
index ec7a79883..ba3e1bc64 100644
--- a/Library/Formula/mg.rb
+++ b/Library/Formula/mg.rb
@@ -9,6 +9,6 @@ class Mg < Formula
# -Wno-error=unused-but-set-variable requires GCC 4.6+
inreplace 'Makefile.in', '-Wno-error=unused-but-set-variable', ''
system "./configure"
- system "make install prefix=#{prefix} mandir=#{man}"
+ system "make", "install", "prefix=#{prefix}", "mandir=#{man}"
end
end