use separate args in brew create

This commit is contained in:
Adam Vandenberg 2013-04-03 11:24:45 -07:00
parent 36cc8ee361
commit b1bc967f23

View File

@ -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