summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-10-19 15:15:42 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-10-19 15:15:42 +0200
commit9551b810d90e0cfae565a7a30780233a12a81895 (patch)
tree3f7c3ba55a9cb06a74eabffb2e2df3f599a4f80f
parentsys-auth/yubico-piv-tool: Requires IUSE="-bindist" on openssl (diff)
downloadgentoo-9551b810d90e0cfae565a7a30780233a12a81895.tar.gz
gentoo-9551b810d90e0cfae565a7a30780233a12a81895.tar.bz2
gentoo-9551b810d90e0cfae565a7a30780233a12a81895.zip
sys-cluster/kubectl: Fix zsh completions
Package-Manager: Portage-2.3.11, Repoman-2.3.3
-rw-r--r--sys-cluster/kubectl/kubectl-1.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.8.1.ebuild b/sys-cluster/kubectl/kubectl-1.8.1.ebuild
index 89ea95537ed0..d34aef512981 100644
--- a/sys-cluster/kubectl/kubectl-1.8.1.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.8.1.ebuild
@@ -40,7 +40,7 @@ src_install() {
newbashcomp ${PN}.bash ${PN}
insinto /usr/share/zsh/site-functions
- newins ${PN}.zsh ${PN}
+ newins ${PN}.zsh _${PN}
popd || die
}