mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-01 10:31:37 +02:00
fix(app-admin/systemd-rest): add a go get
need to fetch those deps!
This commit is contained in:
parent
b498764357
commit
82f41a0f4e
@ -24,7 +24,9 @@ GOROOT="${ED}usr/$(get_libdir)/go"
|
|||||||
GOPKG="${PN}"
|
GOPKG="${PN}"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
GOPATH="${S}" go build -o ${PN} || die
|
export GOPATH="${S}"
|
||||||
|
go get
|
||||||
|
go build -o ${PN} || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user