Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 729494
Collapse All | Expand All

(-)a/app-metrics/alertmanager/alertmanager-0.21.0.ebuild (-3 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
Lines 35-41 src_compile() { Link Here
35
35
36
src_install() {
36
src_install() {
37
	dobin bin/*
37
	dobin bin/*
38
	dodoc {README,CHANGELOG,CONTRIBUTING}.md
38
	dodoc {README,CHANGELOG}.md
39
	insinto /etc/alertmanager/
39
	insinto /etc/alertmanager/
40
	newins doc/examples/simple.yml config.yml.example
40
	newins doc/examples/simple.yml config.yml.example
41
	keepdir /var/lib/alertmanager /var/log/alertmanager
41
	keepdir /var/lib/alertmanager /var/log/alertmanager
42
- 

Return to bug 729494