summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-09 16:07:15 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2012-12-13 11:02:27 +0000
commit69f4123fb06d20df28bfe5c3dd482bda5ce16976 (patch)
tree744cd9ea3daad03ab32c65c4ff335f3c05a3c9c4
parent6caef16d9080761c1e88aea37e2d799dea082c82 (diff)
downloadbluez-69f4123fb06d20df28bfe5c3dd482bda5ce16976.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\""
]
}