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

(-)a/app-metrics/dnsmasq_exporter/dnsmasq_exporter-0.2.0.ebuild (-2 / +2 lines)
Lines 44-51 src_compile() { Link Here
44
44
45
src_install() {
45
src_install() {
46
	dobin dnsmasq_exporter
46
	dobin dnsmasq_exporter
47
	keepdir /var/log/ddnsmasq_exporter
47
	keepdir /var/log/dnsmasq_exporter
48
	fowners ${PN}:${PN} /var/log/ddnsmasq_exporter
48
	fowners ${PN}:${PN} /var/log/dnsmasq_exporter
49
	newinitd "${FILESDIR}"/${PN}.initd ${PN}
49
	newinitd "${FILESDIR}"/${PN}.initd ${PN}
50
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
50
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
51
}
51
}

Return to bug 700124