mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2017.10.29
|
version=2017.10.29
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -21,7 +21,7 @@ post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/etc
|
rm -rf ${DESTDIR}/usr/etc
|
||||||
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
|
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
|
||||||
vinstall ${pkgname}.zsh 644 usr/share/zsh/site-functions _${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() {
|
python3-youtube-dl_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue