From d9499ede00a17d3afecc76418f21cad113aa26d5 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 21 May 2013 12:13:40 -0700 Subject: [PATCH] bump(app-admin): build with new layout fixed up the systemd-rest directory layout, fix ebuild --- .../app-admin/systemd-rest/systemd-rest-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-9999.ebuild index 5aa5531d2a..e7e39b992e 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/systemd-rest/systemd-rest-9999.ebuild @@ -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() {