about summary refs log tree commit diff
path: root/Src/zsh.mdd
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-20 20:14:09 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-20 20:14:09 +0100
commit0c7a3d68644d9bc0449cdd1bd212fdefbbbf44ba (patch)
tree48145916b54c8c0dfdd6cffeb6f6f759ef018f4e /Src/zsh.mdd
parentf4aae44162e4b91f14e8f2d09f65ccc4e7c66dd7 (diff)
downloadzsh-0c7a3d68644d9bc0449cdd1bd212fdefbbbf44ba.tar.gz
zsh-0c7a3d68644d9bc0449cdd1bd212fdefbbbf44ba.tar.xz
zsh-0c7a3d68644d9bc0449cdd1bd212fdefbbbf44ba.zip
33212: try to put /usr/local/share/zsh/site-functions in default fpath
Diffstat (limited to 'Src/zsh.mdd')
-rw-r--r--Src/zsh.mdd3
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/zsh.mdd b/Src/zsh.mdd
index cec3edab7..9a8c923f9 100644
--- a/Src/zsh.mdd
+++ b/Src/zsh.mdd
@@ -73,6 +73,9 @@ zshpaths.h: Makemod $(CONFIG_INCS)
 	@if test x$(sitefndir) != xno; then \
 	  echo '#define SITEFPATH_DIR "'$(sitefndir)'"' >> zshpaths.h.tmp; \
 	fi
+	@if test x$(fixed_sitefndir) != x; then \
+	  echo '#define FIXED_FPATH_DIR "'$(fixed_sitefndir)'"' >> zshpaths.h.tmp; \
+        fi
 	@if test x$(fndir) != xno; then \
 	  echo '#define FPATH_DIR "'$(fndir)'"' >> zshpaths.h.tmp; \
 	  if test x$(FUNCTIONS_SUBDIRS) != x && \