mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +01:00
33212: try to put /usr/local/share/zsh/site-functions in default fpath
This commit is contained in:
parent
f4aae44162
commit
0c7a3d6864
4 changed files with 44 additions and 12 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue