diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:58:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:58:01 +0100 |
commit | 241d2080eab5dd204cdcc52a3e05ce95f8cbe647 (patch) | |
tree | abfc1d009676cb8ae42495b4a259d29a42791d9c /www-servers | |
parent | www-misc/vdradmin-am: migrate to tmpfiles.eclass (diff) | |
download | gentoo-241d2080eab5dd204cdcc52a3e05ce95f8cbe647.tar.gz gentoo-241d2080eab5dd204cdcc52a3e05ce95f8cbe647.tar.bz2 gentoo-241d2080eab5dd204cdcc52a3e05ce95f8cbe647.zip |
www-servers/lighttpd: migrate to tmpfiles.eclass
Closes: https://github.com/gentoo/gentoo/pull/18544
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild b/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild index fb2eb51853fa..ccd168dd6046 100644 --- a/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.55-r100.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..3} ) -inherit autotools flag-o-matic lua-single readme.gentoo-r1 systemd toolchain-funcs +inherit autotools flag-o-matic lua-single readme.gentoo-r1 systemd toolchain-funcs tmpfiles DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd" @@ -225,7 +225,7 @@ src_install() { use minimal && remove_non_essential systemd_dounit "${FILESDIR}/${PN}.service" - systemd_dotmpfilesd "${FILESDIR}/${PN}.tmpfiles.conf" + dotmpfiles "${FILESDIR}/${PN}.tmpfiles.conf" } pkg_postinst() { |