diff options
Diffstat (limited to 'Library/Formula/zsh.rb')
| -rw-r--r-- | Library/Formula/zsh.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index 58da24751..c5e5ba318 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -39,6 +39,10 @@ class Zsh < Formula "$(libdir)/$(tzsh)/$(VERSION)", "$(libdir)" system "make install" + + if ENV['HOMEBREW_KEEP_INFO'] + system "make install.info" + end end def test |
