commit: b31c5ec7471a11cf20404a9ab24f232dac7e91f4 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Sun Sep 6 12:35:25 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Sun Sep 6 12:35:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31c5ec7
net-proxy/tinyproxy: finish up switch to tmpfiles.eclass Closes: https://bugs.gentoo.org/740624 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild index 1bc212ef128..8bca4032ebe 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild @@ -60,7 +60,7 @@ src_install() { newinitd "${FILESDIR}"/${PN}-1.10.0.initd tinyproxy systemd_newunit "${FILESDIR}"/${PN}-1.10.0.service tinyproxy.service - systemd_dotmpfilesd "${FILESDIR}"/${PN}.tmpfiles.conf + dotmpfiles "${FILESDIR}"/${PN}.tmpfiles.conf } pkg_postinst() {
