aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-04 23:55:45 +0100
committerJack Nagel2014-09-04 20:52:11 -0500
commitd945bd9979efd88c942da43451e06e095c01faa8 (patch)
tree9d73e08a35b402695ce175f700292aa095f72746 /Library/Formula
parent80e5d19614c29b0287c0b943b3fc19624eca364e (diff)
downloadhomebrew-d945bd9979efd88c942da43451e06e095c01faa8.tar.bz2
zsh: add static helpdir
Configures in a static help dir. Closes #32088. Closes #32107. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index 3e6d3e4d8..2f62ea992 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -24,6 +24,7 @@ class Zsh < Formula
--enable-scriptdir=#{share}/zsh/scripts
--enable-site-fndir=#{HOMEBREW_PREFIX}/share/zsh/site-functions
--enable-site-scriptdir=#{HOMEBREW_PREFIX}/share/zsh/site-scripts
+ --enable-runhelpdir=#{share}/zsh/help
--enable-cap
--enable-maildir-support
--enable-multibyte
@@ -56,7 +57,7 @@ class Zsh < Formula
Add the following to your zshrc to access the online help:
unalias run-help
autoload run-help
- HELPDIR=#{HOMEBREW_PREFIX}/share/zsh/helpfiles
+ HELPDIR=#{HOMEBREW_PREFIX}/share/zsh/help
EOS
end
end