diff options
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston.sh b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston.sh index 7d62eff77..225a034bb 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston.sh +++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston.sh @@ -1,7 +1,7 @@ #!/bin/sh if test -z "$XDG_RUNTIME_DIR"; then - export XDG_RUNTIME_DIR=/var/run/user/root + export XDG_RUNTIME_DIR=/run/user/$UID mkdir --parents $XDG_RUNTIME_DIR chmod 0700 $XDG_RUNTIME_DIR fi |