diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-19 11:53:45 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:39 +0200 |
commit | 2a4de1a544ef16e581d41965107bc9d84cd387bb (patch) | |
tree | a8ebecd36b3565f3c70c647553861d35ecd87943 /meta-efl/recipes-efl/e17/exalt_svn.bb | |
parent | 5fd2b71ccab54b0717ebed21869754de16bd3608 (diff) | |
download | meta-openembedded-2a4de1a544ef16e581d41965107bc9d84cd387bb.tar.gz |
meta-efl: unify tabs/spaces usage
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/exalt_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/e17/exalt_svn.bb | 12 |
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 | ||
21 | do_install_append() { | 21 | do_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 | ||
31 | FILES_${PN} += "${datadir}/dbus-1" | 31 | FILES_${PN} += "${datadir}/dbus-1" |