commit:     8540a940210b8c47d7926bd2020ebdb1e6fc5c16
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 19:34:54 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 19:38:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8540a940

app-misc/fhem: migrate to tmpfiles eclass

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/fhem/fhem-6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/fhem/fhem-6.0.ebuild b/app-misc/fhem/fhem-6.0.ebuild
index 5f23795bcb7..3cdba522132 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
 

Reply via email to