1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

[Makefile] use vendor_completions for fish

Ref: https://fishshell.com/docs/current/#completion-path
This commit is contained in:
Simon Legner 2019-04-07 10:57:28 +02:00
parent a46d9e5b41
commit 63b5ed876a

View File

@ -27,7 +27,7 @@ install: youtube-dl youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtu
install -d $(DESTDIR)$(SHAREDIR)/zsh/site-functions
install -m 644 youtube-dl.zsh $(DESTDIR)$(SHAREDIR)/zsh/site-functions/_youtube-dl
install -d $(DESTDIR)$(SYSCONFDIR)/fish/completions
install -m 644 youtube-dl.fish $(DESTDIR)$(SYSCONFDIR)/fish/completions/youtube-dl.fish
install -m 644 youtube-dl.fish $(DESTDIR)$(SYSCONFDIR)/fish/vendor_completions.d/youtube-dl.fish
codetest:
flake8 .