mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
regreet: add missing directories
This commit is contained in:
@@ -12,4 +12,12 @@ inherit cargo cargo-update-recipe-crates pkgconfig
|
||||
|
||||
require ${PN}-crates.inc
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${sysconfdir}/tmpfiles.d
|
||||
echo "d ${localstatedir}/lib/regreet 700 greeter - - -" > ${D}${sysconfdir}/tmpfiles.d/regreet.conf
|
||||
echo "d ${localstatedir}/log/regreet 700 greeter - - -" >> ${D}${sysconfdir}/tmpfiles.d/regreet.conf
|
||||
}
|
||||
|
||||
FILES:${PN} += "${sysconfdir}/tmpfiles.d"
|
||||
|
||||
RDEPENDS:${PN} = "greetd"
|
||||
|
||||
Reference in New Issue
Block a user