1
0
mirror of https://codeberg.org/flk/meta-wayland.git synced 2025-04-08 18:06:47 +02:00

waybar: fix do_install:append

This commit is contained in:
Markus Volk 2024-06-01 07:54:45 +02:00
parent 761ac51455
commit 3c7b786f3c

@ -70,7 +70,7 @@ PACKAGECONFIG ?= " \
"
do_install:append() {
install -m 0644 ${WORKDIR}/waybar.service ${D}${systemd_user_unitdir}
install -m 0644 ${UNPACKDIR}/waybar.service ${D}${systemd_user_unitdir}
}
FILES:${PN} += "${systemd_user_unitdir}"