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}" "--prefix=\#{prefix}"
# system "cmake", ".", *std_cmake_args # system "cmake", ".", *std_cmake_args
<% end %> <% 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 end
test do test do