summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2020-07-29 14:22:59 +0200
committerWilliam Hubbs <williamh@gentoo.org>2020-08-02 11:20:40 -0500
commit0c8c9510945409c5a34b59f7186acbad1c526e96 (patch)
tree54ce9e0719f6d18212d94555e781eee18108cdd6 /app-metrics
parentdev-vcs/hg-evolve: version bumps (diff)
downloadgentoo-0c8c9510945409c5a34b59f7186acbad1c526e96.tar.gz
gentoo-0c8c9510945409c5a34b59f7186acbad1c526e96.tar.bz2
gentoo-0c8c9510945409c5a34b59f7186acbad1c526e96.zip
app-metrics/alertmanager: Don’t install non-existent documentation
Closes: https://bugs.gentoo.org/729494 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r--app-metrics/alertmanager/alertmanager-0.21.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-metrics/alertmanager/alertmanager-0.21.0.ebuild b/app-metrics/alertmanager/alertmanager-0.21.0.ebuild
index 028f242a3a36..7fff854258f8 100644
--- a/app-metrics/alertmanager/alertmanager-0.21.0.ebuild
+++ b/app-metrics/alertmanager/alertmanager-0.21.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,7 +35,7 @@ src_compile() {
src_install() {
dobin bin/*
- dodoc {README,CHANGELOG,CONTRIBUTING}.md
+ dodoc {README,CHANGELOG}.md
insinto /etc/alertmanager/
newins doc/examples/simple.yml config.yml.example
keepdir /var/lib/alertmanager /var/log/alertmanager