Makefile: Move the fish completion to the vendor_completions.d directory.
This commit is contained in:
parent
366e398bf0
commit
5c3d06b070
3 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -84,7 +84,7 @@ install-completions: build
|
|||
install -d $(DESTDIR)$(ZSH_COMPLETIONS_PATH)
|
||||
./git-annex --zsh-completion-script git-annex 2>/dev/null \
|
||||
> $(DESTDIR)$(ZSH_COMPLETIONS_PATH)/_git-annex
|
||||
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/fish/completions
|
||||
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/fish/vendor_completions.d
|
||||
./git-annex --fish-completion-script git-annex 2>/dev/null \
|
||||
> $(DESTDIR)$(PREFIX)/$(SHAREDIR)/fish/completions/git-annex.fish
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue