summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/exalt_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/e17/exalt_svn.bb')
-rw-r--r--meta-efl/recipes-efl/e17/exalt_svn.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-efl/recipes-efl/e17/exalt_svn.bb b/meta-efl/recipes-efl/e17/exalt_svn.bb
index 3207a4ba2..a5590e145 100644
--- a/meta-efl/recipes-efl/e17/exalt_svn.bb
+++ b/meta-efl/recipes-efl/e17/exalt_svn.bb
@@ -19,13 +19,13 @@ EXTRA_OECONF = " \
19" 19"
20 20
21do_install_append() { 21do_install_append() {
22 # install dbus config file 22 # install dbus config file
23 install -d ${D}${sysconfdir}/dbus-1/system.d/ 23 install -d ${D}${sysconfdir}/dbus-1/system.d/
24 install -m 0644 data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf 24 install -m 0644 data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf
25 25
26 # install dbus service file 26 # install dbus service file
27 install -d ${D}${datadir}/dbus-1/system-services/ 27 install -d ${D}${datadir}/dbus-1/system-services/
28 install -m 0644 org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/ 28 install -m 0644 org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/
29} 29}
30 30
31FILES_${PN} += "${datadir}/dbus-1" 31FILES_${PN} += "${datadir}/dbus-1"