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