]> code.ossystems Code Review - openembedded-core.git/commit
weston-init: Don't change XDG_RUNTIME_DIR if it already exists
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 9 Jun 2016 19:27:06 +0000 (14:27 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:42:40 +0000 (23:42 +0100)
commit9f539d03138817b7b740ed1895000704e4a475d0
tree82f5aa3b0bd9730b32a6c0ff187161a6c8170248
parent537afef2209bef327a28234207d1ef7e4e596a6e
weston-init: Don't change XDG_RUNTIME_DIR if it already exists

In the case that XDG_RUNTIME_DIR already exists, the mkdir --parents
at least does nothing, but the chmod could overwrite the desired
file mode settings.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/wayland/weston-init/weston-start