aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dbus
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-08-28 16:01:58 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-08-28 16:01:58 +0000
commit3a1667fe6b2aa742ab876ba5cca09670689bee96 (patch)
tree2c319a30e21ab3105f3354d80ca70333b362694b /packages/dbus
parent75f70c90ab0d00a1d1d13af9e873aa2dd350210e (diff)
downloadopenembedded-3a1667fe6b2aa742ab876ba5cca09670689bee96.tar.gz
dbus-native-0.92: do_stage: create dir before putting files to it
Diffstat (limited to 'packages/dbus')
-rw-r--r--packages/dbus/dbus-native_0.92.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dbus/dbus-native_0.92.bb b/packages/dbus/dbus-native_0.92.bb
index db2d7014ef..d7823889cd 100644
--- a/packages/dbus/dbus-native_0.92.bb
+++ b/packages/dbus/dbus-native_0.92.bb
@@ -23,5 +23,6 @@ do_stage () {
autotools_stage_all
# for dbus-glib-native introspection generation
+ install -d ${STAGING_DATADIR}/dbus
install -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf
}