tags 749283 + patch
thanks
Hi,
Please find attached here a patch that fixes this bugreport.
Cheers,
Laurent Bigonville
diff -Nru bluez-5.17/debian/bluez.install bluez-5.17/debian/bluez.install
--- bluez-5.17/debian/bluez.install 2013-11-26 17:16:56.000000000 +0100
+++ bluez-5.17/debian/bluez.install 2014-06-14 13:21:26.000000000 +0200
@@ -3,7 +3,7 @@
# profiles/audio/audio.conf etc/bluetooth
profiles/network/network.conf etc/bluetooth
profiles/proximity/proximity.conf etc/bluetooth
-usr/lib/*/bluetooth/bluetoothd
+usr/lib/bluetooth/bluetoothd
usr/bin/bluetoothctl
usr/bin/bccmd
usr/bin/btmon
diff -Nru bluez-5.17/debian/bluez-obexd.install bluez-5.17/debian/bluez-obexd.install
--- bluez-5.17/debian/bluez-obexd.install 2013-11-26 17:16:56.000000000 +0100
+++ bluez-5.17/debian/bluez-obexd.install 2014-06-14 13:29:26.000000000 +0200
@@ -1,3 +1,3 @@
-usr/lib/*/bluetooth/obexd
+usr/lib/bluetooth/obexd
usr/share/dbus-1/services/org.bluez.obex.service
usr/lib/systemd/user/obex.service
diff -Nru bluez-5.17/debian/rules bluez-5.17/debian/rules
--- bluez-5.17/debian/rules 2014-04-10 02:44:19.000000000 +0200
+++ bluez-5.17/debian/rules 2014-06-14 13:26:20.000000000 +0200
@@ -6,6 +6,7 @@
CONFIGURE_FLAGS := \
--disable-silent-rules \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+ --libexec=\$${prefix}/lib/ \
--enable-static \
--enable-usb \
--enable-tools \