diff options
Diffstat (limited to 'sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild')
-rw-r--r-- | sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild index 9d8411670fe4..495532b754a1 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit flag-o-matic systemd toolchain-funcs +inherit flag-o-matic systemd toolchain-funcs tmpfiles DESCRIPTION="Provides a caching directory on an already mounted filesystem" HOMEPAGE="https://people.redhat.com/~dhowells/fscache/" @@ -46,7 +46,7 @@ src_install() { sed -i 's@ExecStart=/usr@ExecStart=@' ${PN}.service || die "failed to fix path" systemd_dounit ${PN}.service - systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf + newtmpfiles "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf } pkg_postinst() { |