diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-12-13 20:34:54 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-12-13 20:38:57 +0100 |
commit | 8540a940210b8c47d7926bd2020ebdb1e6fc5c16 (patch) | |
tree | 6b31c2b7cb79c35e310f015f4755464ad957a9da /app-misc | |
parent | net-fs/libnfs: add --disable-werror (diff) | |
download | gentoo-8540a940210b8c47d7926bd2020ebdb1e6fc5c16.tar.gz gentoo-8540a940210b8c47d7926bd2020ebdb1e6fc5c16.tar.bz2 gentoo-8540a940210b8c47d7926bd2020ebdb1e6fc5c16.zip |
app-misc/fhem: migrate to tmpfiles eclass
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fhem/fhem-6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/fhem/fhem-6.0.ebuild b/app-misc/fhem/fhem-6.0.ebuild index 5f23795bcb7d..3cdba522132d 100644 --- a/app-misc/fhem/fhem-6.0.ebuild +++ b/app-misc/fhem/fhem-6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit systemd +inherit systemd tmpfiles DESCRIPTION="A GPL'd perl server for house automation" HOMEPAGE="https://www.fhem.de/" @@ -92,7 +92,7 @@ src_install() { newinitd "${FILESDIR}"/fhem.initd fhem systemd_dounit "${FILESDIR}"/fhem.service - systemd_newtmpfilesd "${FILESDIR}"/fhem.tmpfiles fhem.conf + newtmpfiles "${FILESDIR}"/fhem.tmpfiles fhem.conf newman docs/fhem.man fhem.pl.1 |