Explorar o código

Fix ZSHDIR

ZSHDIR seems to be written dead before.
Nasy %!s(int64=7) %!d(string=hai) anos
pai
achega
621bd453b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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