Correct wrong path in service files 10/22310/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Sat, 31 May 2014 12:04:03 +0000 (14:04 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Sat, 31 May 2014 12:04:03 +0000 (14:04 +0200)
Correct paths of binaries kill and kmod. The default ones used include
the build path prefix.

Change-Id: I212cfc5ad7b75d6c648c4f34d19cfb7ef849c477
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/systemd/systemd-extraconf.inc

index eeea340..230c124 100644 (file)
@@ -50,4 +50,7 @@ GTKDOC_DOCDIR = "${S}/docs/"
 do_configure_prepend() {
        rm -f ${S}/docs/gtk-doc.make
        echo 'EXTRA_DIST =' > ${S}/docs/gtk-doc.make
+
+       sed -i 's!@KMOD@!/bin/kmod!g' ${S}/units/kmod-static-nodes.service.in
+       sed -i 's!@KILL@!/bin/kill!g' ${S}/units/user/systemd-exit.service.in
 }