aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-03 11:24:45 -0700
committerAdam Vandenberg2013-04-03 11:24:45 -0700
commitb1bc967f23f32fcd3d12769a635c731089890afc (patch)
tree70c0744750512a24443c59cc5fe1d7fd834d824e /Library
parent36cc8ee3615d8afb00faf386c2b65833e1b06b88 (diff)
downloadbrew-b1bc967f23f32fcd3d12769a635c731089890afc.tar.bz2
use separate args in brew create
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 26fd36b40..4c48f12e3 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -143,7 +143,7 @@ class FormulaCreator
"--prefix=\#{prefix}"
# system "cmake", ".", *std_cmake_args
<% end %>
- system "make install" # if this fails, try separate make/make install steps
+ system "make", "install" # if this fails, try separate make/make install steps
end
test do