1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Christopher Bock <christopher@bocki.com>
Date: Fri, 4 Apr 2025 11:58:05 +0200
Subject: zsh-completion
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 2ac7e84..7db7440 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ jo_LDADD = -lm
bashcompdir = @bashcompdir@
dist_bashcomp_DATA = jo.bash
-zshcompdir = $(datadir)/zsh/site-functions
+zshcompdir = $(datadir)/zsh/vendor-completions
dist_zshcomp_DATA = jo.zsh
install-data-hook:
mv -f $(DESTDIR)$(zshcompdir)/jo.zsh $(DESTDIR)$(zshcompdir)/_jo
|