diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zsh.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index 0c1d766eb..bb5a652f9 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -44,11 +44,8 @@ class Zsh < Formula inreplace ["Makefile", "Src/Makefile"], "$(libdir)/$(tzsh)/$(VERSION)", "$(libdir)" - system "make install" - - if ENV['HOMEBREW_KEEP_INFO'] - system "make install.info" - end + system "make", "install" + system "make", "install.info" end def test |
