commit: 5e31382fb440eec96fa7e0a8f6a5b8f42b138b9a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 19:10:50 2019 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 19:10:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e31382f
app-metrics/prometheus: Fix build
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
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 0538ac44935..3c521635fe3 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