aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/o-make.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/o-make.rb')
-rw-r--r--Library/Formula/o-make.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/o-make.rb b/Library/Formula/o-make.rb
index e69aa6c6c..5ca679a50 100644
--- a/Library/Formula/o-make.rb
+++ b/Library/Formula/o-make.rb
@@ -13,7 +13,7 @@ class OMake < Formula
end
def install
- system "make install PREFIX=#{prefix}"
+ system "make", "install", "PREFIX=#{prefix}"
end
end