From: Rusty Lynch Date: Mon, 17 Sep 2012 23:25:40 +0000 (-0700) Subject: pass in the full path when attempting to mkdir in the systemd script X-Git-Tag: accepted/trunk/20120918.000021~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=236529d5241b90ea6f3632d3a6c60d65bb170d0b;p=profile%2Fivi%2Fintel-emgd-kmod.git pass in the full path when attempting to mkdir in the systemd script --- diff --git a/service/intel-emgd-kmod.init b/service/intel-emgd-kmod.init index 745bbff..1c99096 100644 --- a/service/intel-emgd-kmod.init +++ b/service/intel-emgd-kmod.init @@ -79,7 +79,7 @@ set_config() { # If an appropriate weston configuration file has not been created then create it if [ ! -f /root/.config/weston.ini ]; then - mkdir -p /root/.config + /bin/mkdir -p /root/.config cat > /root/.config/weston.ini <