sys-auth/realmd: Port to tmpfiles eclass

This commit is contained in:
Krzesimir Nowak 2021-12-03 20:14:20 +01:00
parent 32b5a0dee7
commit 4901c02cd6

View File

@ -3,7 +3,8 @@
EAPI=7 EAPI=7
inherit autotools systemd TMPFILES_OPTIONAL=1
inherit autotools systemd tmpfiles
DESCRIPTION="DBus service for configuring kerberos and other online identities" DESCRIPTION="DBus service for configuring kerberos and other online identities"
HOMEPAGE="http://cgit.freedesktop.org/realmd/realmd/" HOMEPAGE="http://cgit.freedesktop.org/realmd/realmd/"
@ -47,6 +48,6 @@ src_configure() {
} }
src_install() { src_install() {
systemd_dotmpfilesd "${FILESDIR}/tmpfiles.d/${PN}.conf" dotmpfiles "${FILESDIR}/tmpfiles.d/${PN}.conf"
default default
} }