mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
gui-apps/noctalia-greeter: fix perms
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
@@ -53,3 +53,10 @@ src_configure() {
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
|
||||
keepdir /var/lib/${PN}
|
||||
fowners greetd:greetd /var/lib/${PN}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user