youtube-dl: add required .fish extension to fish completion file
This commit is contained in:
parent
00c277cb38
commit
1799cc475a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2017.10.29
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="${pkgname}"
|
||||
build_style=python-module
|
||||
|
@ -21,7 +21,7 @@ post_install() {
|
|||
rm -rf ${DESTDIR}/usr/etc
|
||||
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
|
||||
vinstall ${pkgname}.zsh 644 usr/share/zsh/site-functions _${pkgname}
|
||||
vinstall ${pkgname}.fish 644 usr/share/fish/completions ${pkgname}
|
||||
vinstall ${pkgname}.fish 644 usr/share/fish/completions ${pkgname}.fish
|
||||
}
|
||||
|
||||
python3-youtube-dl_package() {
|
||||
|
|
Loading…
Reference in a new issue