Makefile: Really move the fish completion to the vendor_completions.d directory.

This commit is contained in:
Joey Hess 2020-02-04 12:10:09 -04:00
parent 4920df6573
commit ee718fb35d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,8 @@
git-annex (7.20200204) UNRELEASED; urgency=medium
* Fix build with newest version of persistent-template.
* Makefile: Really move the fish completion to the
vendor_completions.d directory.
-- Joey Hess <id@joeyh.name> Tue, 04 Feb 2020 11:58:22 -0400

View file

@ -86,7 +86,7 @@ install-completions: build
> $(DESTDIR)$(ZSH_COMPLETIONS_PATH)/_git-annex
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
> $(DESTDIR)$(PREFIX)/$(SHAREDIR)/fish/vendor_completions.d/git-annex.fish
test: git-annex git-annex-shell
./git-annex test

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2020-02-04T16:09:04Z"
content="""
So it did. Fixed now. Thanks for checking.
"""]]