kubetail: install fish completion to vendor_completions.d
This commit is contained in:
parent
0451d9afd7
commit
da1c6cf0c2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kubetail'
|
||||
pkgname=kubetail
|
||||
version=1.6.10
|
||||
revision=1
|
||||
revision=2
|
||||
depends="bash"
|
||||
short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
|
@ -13,6 +13,6 @@ checksum=9bb4ecd1d3a7b1e9627fc8b5117d1c7ff03f2ddea25252b250395e4ac4817b26
|
|||
do_install() {
|
||||
vbin kubetail
|
||||
vinstall completion/kubetail.bash 0644 usr/share/bash-completion/completions kubetail
|
||||
vinstall completion/kubetail.fish 0644 usr/share/fish/completions/
|
||||
vinstall completion/kubetail.fish 0644 usr/share/fish/vendor_completions.d
|
||||
vinstall completion/kubetail.zsh 0644 usr/share/zsh/site-functions _kubetail
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue