summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-08-01 14:57:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-08-01 15:37:49 -0300
commiteab0d16ba5a60e02cc1779093b89437fe86ff903 (patch)
tree04f3444125fb91de1fba6d1290bdb12dfe335c72 /recipes-graphics
parente7088ccc8d3f583a2044565c0c27ea1cfc7e4066 (diff)
downloadmeta-freescale-eab0d16ba5a60e02cc1779093b89437fe86ff903.tar.gz
weston:: Fix xwayland.weston-start code identation
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston/xwayland.weston-start4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston/xwayland.weston-start b/recipes-graphics/wayland/weston/xwayland.weston-start
index 342ac8d1..49204f21 100644
--- a/recipes-graphics/wayland/weston/xwayland.weston-start
+++ b/recipes-graphics/wayland/weston/xwayland.weston-start
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3if type Xwayland >/dev/null 2>/dev/null; then 3if type Xwayland >/dev/null 2>/dev/null; then
4 mkdir -m 775 -p /tmp/.X11-unix 4 mkdir -m 775 -p /tmp/.X11-unix
5 chown root:video /tmp/.X11-unix 5 chown root:video /tmp/.X11-unix
6fi 6fi