Makefile: Move the fish completion to the vendor_completions.d directory.

This commit is contained in:
Joey Hess 2020-01-23 16:42:08 -04:00
parent 366e398bf0
commit 5c3d06b070
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 4 additions and 1 deletions

View file

@ -21,6 +21,7 @@ git-annex (7.20191231) UNRELEASED; urgency=medium
using git credential to get the password.
* Display a warning when concurrency is enabled but ssh connection caching
is not enabled or won't work due to a crippled filesystem.
* Makefile: Move the fish completion to the vendor_completions.d directory.
-- Joey Hess <id@joeyh.name> Wed, 01 Jan 2020 12:51:40 -0400

View file

@ -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

View file

@ -35,3 +35,5 @@ Apparently this is a very common mistake :/ so far I've seen many more projects
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Not a user, just here to help improve cross-distro packaging. :)
> [[fixed|done]] --[[Joey]]