diff options
| author | Adam Vandenberg | 2014-02-22 14:43:42 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-23 08:31:03 -0800 |
| commit | 53ce20b753f3a32aba6f2a877bc542f8b54c7f79 (patch) | |
| tree | e6ed4c55cbab37ca2bb9b4b44e864f323710e50b /Library | |
| parent | 840793ca2c4ee8b9443e763b61ab1492afcc7281 (diff) | |
| download | homebrew-53ce20b753f3a32aba6f2a877bc542f8b54c7f79.tar.bz2 | |
zsh: always build info
Diffstat (limited to 'Library')
| -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 |
