summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rwxr-xr-xmeta/recipes-graphics/wayland/weston-init/weston-start2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston-start b/meta/recipes-graphics/wayland/weston-init/weston-start
index d19dbcbf75..ccc7093425 100755
--- a/meta/recipes-graphics/wayland/weston-init/weston-start
+++ b/meta/recipes-graphics/wayland/weston-init/weston-start
@@ -75,7 +75,7 @@ if test -z "$XDG_RUNTIME_DIR"; then
75 fi 75 fi
76 if [ -n "$WESTON_USER" ] 76 if [ -n "$WESTON_USER" ]
77 then 77 then
78 chown $WEST_USER:$WESTON_USER $XDG_RUNTIME_DIR 78 chown $WESTON_USER:$WESTON_USER $XDG_RUNTIME_DIR
79 fi 79 fi
80fi 80fi
81 81