From 9e3d637a4ff34add3e7c17d45a0af2cbb2f9f53c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 25 Jan 2012 23:43:32 +0100 Subject: [PATCH] bluez: install udev rules and helper scripts in /lib/udev Signed-off-by: Stephan Raue --- packages/network/bluez/install | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/network/bluez/install b/packages/network/bluez/install index ee8540ddfc..19e4d5c3c0 100755 --- a/packages/network/bluez/install +++ b/packages/network/bluez/install @@ -34,15 +34,15 @@ mkdir -p $INSTALL/etc/bluetooth mkdir -p $INSTALL/etc/dbus-1/system.d cp $PKG_BUILD/src/bluetooth.conf $INSTALL/etc/dbus-1/system.d -mkdir -p $INSTALL/usr/lib/udev -# not needed: cp $PKG_BUILD/scripts/bluetooth_serial $INSTALL/usr/lib/udev -# not needed: chmod +x $INSTALL/usr/lib/udev/bluetooth_serial - cp $PKG_BUILD/tools/hid2hci $INSTALL/usr/lib/udev +mkdir -p $INSTALL/lib/udev +# not needed: cp $PKG_BUILD/scripts/bluetooth_serial $INSTALL/lib/udev +# not needed: chmod +x $INSTALL/lib/udev/bluetooth_serial + cp $PKG_BUILD/tools/hid2hci $INSTALL/lib/udev -mkdir -p $INSTALL/usr/lib/udev/rules.d - cp $PKG_BUILD/scripts/97-bluetooth.rules $INSTALL/usr/lib/udev/rules.d -# todo: cp $PKG_BUILD/scripts/97-bluetooth-hid2hci.rules $INSTALL/usr/lib/udev/rules.d -# not needed: cp $PKG_BUILD/scripts/97-bluetooth-serial.rules $INSTALL/usr/lib/udev/rules.d +mkdir -p $INSTALL/lib/udev/rules.d + cp $PKG_BUILD/scripts/97-bluetooth.rules $INSTALL/lib/udev/rules.d +# todo: cp $PKG_BUILD/scripts/97-bluetooth-hid2hci.rules $INSTALL/lib/udev/rules.d +# not needed: cp $PKG_BUILD/scripts/97-bluetooth-serial.rules $INSTALL/lib/udev/rules.d mkdir -p $INSTALL/usr/lib cp -P $PKG_BUILD/lib/.libs/libbluetooth.so* $INSTALL/usr/lib