mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-22 11:01:33 +01:00
fix(coreos-base/core-admin): fix build system
go get is required now since we don't have external packages checked into the tree.
This commit is contained in:
parent
acb8564f39
commit
51bd3ced26
@ -23,7 +23,9 @@ GOROOT="${ED}usr/$(get_libdir)/go"
|
||||
GOPKG="${PN}"
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}" go build || die
|
||||
export GOPATH="${S}"
|
||||
go get || die
|
||||
go build -o ${PN} || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user