kubernetes: correct zsh completion path

This commit is contained in:
Đoàn Trần Công Danh 2020-09-13 08:01:04 +07:00
parent 8264c2101f
commit b506cf29ad
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kubernetes' # Template file for 'kubernetes'
pkgname=kubernetes pkgname=kubernetes
version=1.18.8 version=1.18.8
revision=1 revision=2
archs="x86_64* ppc64le*" archs="x86_64* ppc64le*"
build_style=go build_style=go
go_import_path="github.com/kubernetes/kubernetes" go_import_path="github.com/kubernetes/kubernetes"
@ -54,7 +54,7 @@ kubectl_package() {
pkg_install() { pkg_install() {
vmove usr/bin/kubectl vmove usr/bin/kubectl
vmove usr/share/man/man1/kubectl* vmove usr/share/man/man1/kubectl*
vinstall completion.bash 644 usr/share/bash-completion/completions kubectl vcompletion completion.bash bash
vinstall completion.zsh 644 usr/share/kubectl vcompletion completion.zsh zsh
} }
} }