gui-apps/noctalia-greeter: fix perms

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-07-18 07:30:20 -03:00
parent 1d5a4c6d53
commit 18512e4788
2 changed files with 14 additions and 0 deletions

View File

@@ -44,3 +44,10 @@ BDEPEND="
dev-util/wayland-scanner
dev-libs/wayland-protocols
"
src_install() {
meson_src_install
keepdir /var/lib/${PN}
fowners greetd:greetd /var/lib/${PN}
}

View File

@@ -53,3 +53,10 @@ src_configure() {
meson_src_configure
}
src_install() {
meson_src_install
keepdir /var/lib/${PN}
fowners greetd:greetd /var/lib/${PN}
}