From 69f4123fb06d20df28bfe5c3dd482bda5ce16976 Mon Sep 17 00:00:00 2001 From: Ben Brewer Date: Tue, 9 Oct 2012 16:07:15 +0000 Subject: Made bluez.morph create the relevant /etc subdirectory for bluez.conf. --- bluez.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"" ] } -- cgit v1.2.1