diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index a204cae..9aa2987 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -1,6 +1,6 @@ # change default weston user to diya -do_install:append { +do_install:append() { if [ -e ${D}/${sysconfdir}/init.d/weston ]; then sed -i 's#WESTON_USER=weston#WESTON_USER=diya WESTON_GROUP=weston#' ${D}/${sysconfdir}/init.d/weston fi