kubernetes-cli: install metafiles
Closes #19002. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
591e948c58
commit
c3634a89a5
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ class KubernetesCli < Formula
|
||||||
output = Utils.popen_read("#{bin}/kubectl completion zsh")
|
output = Utils.popen_read("#{bin}/kubectl completion zsh")
|
||||||
(zsh_completion/"_kubectl").write output
|
(zsh_completion/"_kubectl").write output
|
||||||
|
|
||||||
|
prefix.install_metafiles
|
||||||
|
|
||||||
# Install man pages
|
# Install man pages
|
||||||
# Leave this step for the end as this dirties the git tree
|
# Leave this step for the end as this dirties the git tree
|
||||||
system "hack/generate-docs.sh"
|
system "hack/generate-docs.sh"
|
||||||
|
|
Loading…
Reference in a new issue