mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
bump(app-admin): build with new layout
fixed up the systemd-rest directory layout, fix ebuild
This commit is contained in:
parent
c3ffbce8fa
commit
d9499ede00
@ -7,10 +7,11 @@
|
||||
EAPI=2
|
||||
CROS_WORKON_PROJECT="coreos/systemd-rest"
|
||||
CROS_WORKON_LOCALNAME="systemd-rest"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
inherit toolchain-funcs cros-workon systemd
|
||||
|
||||
DESCRIPTION="systemd over rest"
|
||||
HOMEPAGE="https://bitbucket.org/coreos/go-systemd"
|
||||
HOMEPAGE="https://github.com/coreos/systemd-rest"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="MIT"
|
||||
@ -23,7 +24,7 @@ GOROOT="${ED}usr/$(get_libdir)/go"
|
||||
GOPKG="${PN}"
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}" go build ${PN} || die
|
||||
GOPATH="${S}" go build -o ${PN} || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
Loading…
Reference in New Issue
Block a user