mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
fix(systemd-rest/motd-http): die on build failure
This commit is contained in:
parent
6a020a87f1
commit
0d840cb5f6
@ -23,7 +23,7 @@ GOROOT="${ED}usr/$(get_libdir)/go"
|
||||
GOPKG="${PN}"
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}" go build ${PN}
|
||||
GOPATH="${S}" go build ${PN} || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
@ -23,7 +23,7 @@ GOROOT="${ED}usr/$(get_libdir)/go"
|
||||
GOPKG="${PN}"
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}" go build ${PN}
|
||||
GOPATH="${S}" go build ${PN} || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user