Makefile: Really move the fish completion to the vendor_completions.d directory.
This commit is contained in:
parent
4920df6573
commit
ee718fb35d
3 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
git-annex (7.20200204) UNRELEASED; urgency=medium
|
git-annex (7.20200204) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Fix build with newest version of persistent-template.
|
* 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
|
-- Joey Hess <id@joeyh.name> Tue, 04 Feb 2020 11:58:22 -0400
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -86,7 +86,7 @@ install-completions: build
|
||||||
> $(DESTDIR)$(ZSH_COMPLETIONS_PATH)/_git-annex
|
> $(DESTDIR)$(ZSH_COMPLETIONS_PATH)/_git-annex
|
||||||
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/fish/vendor_completions.d
|
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/fish/vendor_completions.d
|
||||||
./git-annex --fish-completion-script git-annex 2>/dev/null \
|
./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
|
test: git-annex git-annex-shell
|
||||||
./git-annex test
|
./git-annex test
|
||||||
|
|
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue