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:
William Hubbs
2019-11-25 16:02:33 -06:00
parent 5aa4252127
commit 9cbce32a6a

View File

@@ -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}
}