From: José Bollo Date: Wed, 27 Jan 2016 11:07:05 +0000 (+0100) Subject: launch: fix rootdir for afb-daemon X-Git-Tag: 2.0.2~85 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=e4809eb5f021bfe2e52da7b62e66b2fb349ff91d launch: fix rootdir for afb-daemon Change-Id: I2c975229aaf68ce82fc045a4aaffb4853869bc3d Signed-off-by: José Bollo --- diff --git a/src/afm-launch.c b/src/afm-launch.c index ac49d59..72120ac 100644 --- a/src/afm-launch.c +++ b/src/afm-launch.c @@ -56,7 +56,7 @@ static const char *args_for_afb_daemon[] = { "/usr/bin/afb-daemon", "--alias=/icons:%I", "--port=%P", - "--rootdir=%D", + "--rootdir=%r", "--token=%S", NULL };