diff options
| author | Adam Vandenberg | 2013-04-03 11:24:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-03 11:24:45 -0700 |
| commit | b1bc967f23f32fcd3d12769a635c731089890afc (patch) | |
| tree | 70c0744750512a24443c59cc5fe1d7fd834d824e /Library | |
| parent | 36cc8ee3615d8afb00faf386c2b65833e1b06b88 (diff) | |
| download | brew-b1bc967f23f32fcd3d12769a635c731089890afc.tar.bz2 | |
use separate args in brew create
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/create.rb | 2 |
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 |
