File: 0001-zsh-completion.patch

package info (click to toggle)
jo 1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: ansic: 1,914; sh: 566; makefile: 60; exp: 42
file content (21 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
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