mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
greetd: fix pam file
This commit is contained in:
@ -68,7 +68,7 @@ do_configure:prepend() {
|
||||
}
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${systemd_system_unitdir} ${D}${sysconfdir}/greetd ${D}${sysconfdir}/pam.d/greetd
|
||||
install -d ${D}${systemd_system_unitdir} ${D}${sysconfdir}/greetd ${D}${sysconfdir}/pam.d
|
||||
install -m0644 ${S}/greetd.service ${D}${systemd_system_unitdir}
|
||||
install -m0644 ${S}/config.toml ${D}${sysconfdir}/greetd
|
||||
install -m0644 ${WORKDIR}/greetd.pam ${D}${sysconfdir}/pam.d/greetd
|
||||
|
Reference in New Issue
Block a user