mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
app-metrics/dnsmasq_exporter-0.2.0-r1: fix fowners typo
Closes: https://bugs.gentoo.org/701150 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
@@ -45,7 +45,7 @@ src_compile() {
|
||||
src_install() {
|
||||
dobin dnsmasq_exporter
|
||||
keepdir /var/log/dnsmasq_exporter
|
||||
fowners ${PN}:${PN} /var/log/ddnsmasq_exporter
|
||||
fowners ${PN}:${PN} /var/log/dnsmasq_exporter
|
||||
newinitd "${FILESDIR}"/${PN}.initd ${PN}
|
||||
newconfd "${FILESDIR}"/${PN}.confd ${PN}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user