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
|
@ -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
|
||||
|
||||
|
|
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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue