aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-22 14:43:42 -0800
committerAdam Vandenberg2014-02-23 08:31:03 -0800
commit53ce20b753f3a32aba6f2a877bc542f8b54c7f79 (patch)
treee6ed4c55cbab37ca2bb9b4b44e864f323710e50b /Library/Formula
parent840793ca2c4ee8b9443e763b61ab1492afcc7281 (diff)
downloadhomebrew-53ce20b753f3a32aba6f2a877bc542f8b54c7f79.tar.bz2
zsh: always build info
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh.rb7
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