Skip to content

Commit

Permalink
app-metrics/alertmanager: Don’t install non-existent documentation
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/729494
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
qsuscs authored and williamh committed Aug 2, 2020
1 parent 4344812 commit 0c8c951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-metrics/alertmanager/alertmanager-0.21.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0c8c951

Please sign in to comment.