diff options
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-0.102.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-antivirus/clamav/clamav-0.102.4.ebuild b/app-antivirus/clamav/clamav-0.102.4.ebuild index 41623104ea44..f576d02ce035 100644 --- a/app-antivirus/clamav/clamav-0.102.4.ebuild +++ b/app-antivirus/clamav/clamav-0.102.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic systemd +inherit autotools flag-o-matic systemd tmpfiles DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="https://www.clamav.net/" @@ -118,7 +118,7 @@ src_install() { newinitd "${FILESDIR}"/clamd.initd-r6 clamd newconfd "${FILESDIR}"/clamd.conf-r1 clamd - systemd_dotmpfilesd "${FILESDIR}/tmpfiles.d/clamav.conf" + dotmpfiles "${FILESDIR}/tmpfiles.d/clamav.conf" systemd_newunit "${FILESDIR}/clamd_at.service" "clamd@.service" systemd_dounit "${FILESDIR}/clamd.service" systemd_dounit "${FILESDIR}/freshclamd.service" |