mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 10:01:32 +02: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}"
|
GOPKG="${PN}"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
GOPATH="${S}" go build || die
|
export GOPATH="${S}"
|
||||||
|
go get || die
|
||||||
|
go build -o ${PN} || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user