Files
gentoo/app-misc/jo/files/jo-1.9-bashcomp.patch
Patrick McLean e5fdb4d6ee app-misc/jo: new package, add 1.9
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2023-09-15 19:04:07 -07:00

13 lines
406 B
Diff

diff --git a/Makefile.am b/Makefile.am
index 2ac7e84..265cce8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,7 @@ zshcompdir = $(datadir)/zsh/site-functions
dist_zshcomp_DATA = jo.zsh
install-data-hook:
mv -f $(DESTDIR)$(zshcompdir)/jo.zsh $(DESTDIR)$(zshcompdir)/_jo
+ mv -f $(DESTDIR)$(bashcompdir)/jo.bash $(DESTDIR)$(bashcompdir)/jo
uninstall-local:
rm -f $(DESTDIR)$(zshcompdir)/_jo