kubernetes: fix docs
This commit is contained in:
parent
a69cd967da
commit
a54f3a5ab8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kubernetes'
|
||||
pkgname=kubernetes
|
||||
version=1.10.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
nocross=yes
|
||||
only_for_archs="x86_64 x86_64-musl"
|
||||
|
@ -19,6 +19,7 @@ conf_files="/etc/kubernetes/*"
|
|||
|
||||
do_build() {
|
||||
make
|
||||
hack/generate-docs.sh
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue