net-im/mautrix-signal: so keepdir is needed as well

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-09-03 01:19:50 +02:00
parent 650ea646e0
commit 452442f9e5
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
2 changed files with 2 additions and 1 deletions

View file

@ -12,4 +12,4 @@ RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/mautrix/signal/archive/v0.7.0.tar.gz -> mautrix-signal-0.7.0.gh.tar.gz https://herbizarre.swordarmor.fr/garbage/mautrix-signal-0.7.0-deps.tar.xz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d go-env 7eb56e61e641d6db098d57fb37477c44 go-module 83fd3ed1657cfc316c93d6a37018290d systemd c8b03e8df84486aa991d4396686e8942
_md5_=bf95163ffbabcfa40c6e4a7ca825d907
_md5_=fc0244420f6c569a5c34746a4d5b040c

View file

@ -39,6 +39,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
systemd_dounit "${FILESDIR}/${PN}.service"
keepdir /etc/mautrix
fowners -R root:mautrix /etc/mautrix
fperms -R 770 /etc/mautrix
}