From 558fb66a35ae953e8ad37f7589db8c1f4e260c97 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 1 Oct 2014 15:59:34 +0200 Subject: [PATCH] Fix Modello Installer Change-Id: Ie14c563866c3fd1a7d97056df9df2eccdbdd9a06 Signed-off-by: Ronan Le Martret --- recipes-tizen/Modello-Installer/Modello-Installer-extraconf.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-tizen/Modello-Installer/Modello-Installer-extraconf.inc b/recipes-tizen/Modello-Installer/Modello-Installer-extraconf.inc index c2f27b1..3a36038 100644 --- a/recipes-tizen/Modello-Installer/Modello-Installer-extraconf.inc +++ b/recipes-tizen/Modello-Installer/Modello-Installer-extraconf.inc @@ -13,6 +13,6 @@ do_install_append() { ln -sf ../modello-installer-postinst.service ${D}${systemd_unitdir}/system/multi-user.target.wants/modello-installer-postinst.service } -FILES_Modello_Installer-xwalk += "${prefix}/share/modello-installer/modello-installer-postinst.sh" -FILES_Modello_Installer-xwalk += "${systemd_unitdir}/system/modello-installer-postinst.service" -FILES_Modello_Installer-xwalk += "${systemd_unitdir}/system/multi-user.target.wants/modello-installer-postinst.service" +FILES_Modello-Installer-xwalk += "${prefix}/share/modello-installer/modello-installer-postinst.sh" +FILES_Modello-Installer-xwalk += "${systemd_unitdir}/system/modello-installer-postinst.service" +FILES_Modello-Installer-xwalk += "${systemd_unitdir}/system/multi-user.target.wants/modello-installer-postinst.service" -- 2.7.4