summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-09 16:07:15 +0000
committerBen Brewer <ben.brewer@codethink.co.uk>2012-10-09 16:07:15 +0000
commit558db5422cca278e9e49eafb04ed3162c3efb199 (patch)
treef045d8d2d9f94c2647c1ab5689c2b0407267f1b5
parentdbe3d4b859d51b8c2b4d63b981f351de20f3282b (diff)
downloadbluez-558db5422cca278e9e49eafb04ed3162c3efb199.tar.gz
Made bluez.morph create the relevant /etc subdirectory for bluez.conf.
-rw-r--r--bluez.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluez.morph b/bluez.morph
index e078f49a9..eb069ed92 100644
--- a/bluez.morph
+++ b/bluez.morph
@@ -13,6 +13,6 @@
"install -m755 test/simple-service \"$DESTDIR/usr/bin\"",
"install -m755 test/monitor-bluetooth \"$DESTDIR/usr/bin\"",
"install -m755 test/list-devices \"$DESTDIR/usr/bin/list-bluetooth-devices\"",
- "install -m664 bluez.conf \"$DESTDIR/etc/dbus-1/system.d\""
+ "mkdir -p \"$DESTDIR/etc/dbus-1/system.d\" && install -m664 bluez.conf \"$DESTDIR/etc/dbus-1/system.d\""
]
}