summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNasy <nasyxx+git@gmail.com>2019-01-27 11:21:59 +0800
committerGitHub <noreply@github.com>2019-01-27 11:21:59 +0800
commit621bd453b44c2c3bd08c95150f5631bf4646e67d (patch)
tree2081addc70a6455589865c977c5628ca1fc2dc4b
parent058b4a57bdb1e25cbdacc0fbd1eefc09bc5f1e95 (diff)
Fix ZSHDIR
ZSHDIR seems to be written dead before.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d2cf7b..b9abb50 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ endif
endef
$(eval $(call compdir,BASHDIR,bash-completion,$(PREFIX)/etc/bash_completion.d))
-ZSHDIR = /usr/share/zsh/vendor-completions
+$(eval $(call compdir,ZSHDIR,zsh,/usr/share/zsh/vendor_completions.d))
$(eval $(call compdir,FISHDIR,fish,$(PREFIX)/share/fish/vendor_completions.d))
FEATURES ?= default