app-misc/openhab-bin: make openhab:openhab owner of /etc/openhab

OpenHAB needs to be able to write to /etc/openhab in certain situations.

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2026-04-29 09:10:10 +02:00
parent a552ff2368
commit 881a370a4e
@@ -54,6 +54,7 @@ src_install() {
domove runtime /usr/share/openhab/runtime
domove conf /etc/openhab
fowners -R openhab:openhab /etc/openhab
domove userdata /var/lib/openhab
fowners -R openhab:openhab /var/lib/openhab