From 5e31382fb440eec96fa7e0a8f6a5b8f42b138b9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20R=C3=BCger?= Date: Sun, 24 Nov 2019 20:10:50 +0100 Subject: [PATCH] app-metrics/prometheus: Fix build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger --- app-metrics/prometheus/prometheus-2.13.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-metrics/prometheus/prometheus-2.13.1.ebuild b/app-metrics/prometheus/prometheus-2.13.1.ebuild index 0538ac44935a..3c521635fe3c 100644 --- a/app-metrics/prometheus/prometheus-2.13.1.ebuild +++ b/app-metrics/prometheus/prometheus-2.13.1.ebuild @@ -36,13 +36,13 @@ src_prepare() { src_compile() { pushd src/${EGO_PN} || die - GO111MODULE=on GOPATH="${S}" GOCACHE="${T}/go-cache" promu build -v || die + GO111MODULE=on GOPATH="${S}" GOCACHE="${T}/go-cache" promu build --prefix bin -v || die popd || die } src_install() { pushd src/${EGO_PN} || die - dobin promtool prometheus + dobin bin/* dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md} insinto /etc/prometheus doins documentation/examples/prometheus.yml -- 2.26.2