net-proxy/tinyproxy: fix new service filename
authorBen Kohler <bkohler@gentoo.org>
Tue, 9 Oct 2018 17:03:14 +0000 (12:03 -0500)
committerBen Kohler <bkohler@gentoo.org>
Tue, 9 Oct 2018 17:03:31 +0000 (12:03 -0500)
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild

index bb01f62690776e081659819238789ea910f612a7..16669d50efc5af86a2eed6d4358745c4aa427fb1 100644 (file)
@@ -59,7 +59,7 @@ src_install() {
        keepdir /var/log/${PN}
 
        newinitd "${FILESDIR}"/${PN}-1.10.0.initd tinyproxy
-       systemd_dounit "${FILESDIR}"/${PN}-1.10.0.service
+       systemd_newunit "${FILESDIR}"/${PN}-1.10.0.service tinyproxy.service
        systemd_dotmpfilesd "${FILESDIR}"/${PN}.tmpfiles.conf
 }