From d13b07260ea304b9be939a0f3aa91e33b6bd4f28 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 12 Nov 2010 13:42:37 +0100 Subject: [PATCH] bluez: install input.conf Signed-off-by: Stephan Raue --- packages/network/bluez/install | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/network/bluez/install b/packages/network/bluez/install index 8898dd0486..7ad6d18a69 100755 --- a/packages/network/bluez/install +++ b/packages/network/bluez/install @@ -12,6 +12,7 @@ PKG_DIR=`find $PACKAGES -type d -name $1` mkdir -p $INSTALL/etc/bluetooth cp $PKG_BUILD/src/main.conf $INSTALL/etc/bluetooth cp $PKG_BUILD/tools/rfcomm.conf $INSTALL/etc/bluetooth + cp $PKG_BUILD/input/input.conf $INSTALL/etc/bluetooth mkdir -p $INSTALL/etc/dbus-1/system.d cp $PKG_BUILD/src/bluetooth.conf $INSTALL/etc/dbus-1/system.d