diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-12-13 20:38:08 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-12-13 20:38:58 +0100 |
commit | 5aba390d268b54205abd6d898e23d1f9ebf78ee4 (patch) | |
tree | 38150a0eb644f2867db43fc6ae6505525242d511 /net-im | |
parent | net-im/prosody: migrate to tmpfiles eclass (diff) | |
download | gentoo-5aba390d268b54205abd6d898e23d1f9ebf78ee4.tar.gz gentoo-5aba390d268b54205abd6d898e23d1f9ebf78ee4.tar.bz2 gentoo-5aba390d268b54205abd6d898e23d1f9ebf78ee4.zip |
net-im/spectrum2: 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 'net-im')
-rw-r--r-- | net-im/spectrum2/spectrum2-2.0.13-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/spectrum2/spectrum2-2.0.13-r2.ebuild b/net-im/spectrum2/spectrum2-2.0.13-r2.ebuild index 3c61f5951cc3..ea3909e6addc 100644 --- a/net-im/spectrum2/spectrum2-2.0.13-r2.ebuild +++ b/net-im/spectrum2/spectrum2-2.0.13-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake systemd +inherit cmake systemd tmpfiles DESCRIPTION="An open source instant messaging transport" HOMEPAGE="https://www.spectrum.im" @@ -104,7 +104,7 @@ src_install() { newinitd "${FILESDIR}"/spectrum2.initd spectrum2 systemd_newunit "${FILESDIR}"/spectrum2.service spectrum2.service - systemd_newtmpfilesd "${FILESDIR}"/spectrum2.tmpfiles-r1 spectrum2.conf + newtmpfiles "${FILESDIR}"/spectrum2.tmpfiles-r1 spectrum2.conf einstalldocs } |