summaryrefslogtreecommitdiff
path: root/gpe-bluetooth
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2004-08-12 15:46:43 +0000
committerRene Wagner <rw@handhelds.org>2004-08-12 15:46:43 +0000
commita1ad858656953134937155b1c660e4182c65143e (patch)
tree4e91fbd72124e7faeaf4db3797e6859e5edfb87e /gpe-bluetooth
parent016a081f0216aa66f1074f9640b348b3dffec862 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into sugarcube.dyndns.org:/home/oe/oe/packages 2004/08/12 17:46:25+02:00 dyndns.org!reenoo bluez-utils: add chmod u+s calls to postinst gpe-bluetooth: fix postinst BKrev: 411b90e3ZMsXNCukPqENOuPxjyo9SA
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r--gpe-bluetooth/gpe-bluetooth_0.36.3.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
index 2764d71575..e22d2233ed 100644
--- a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
+++ b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
@@ -13,5 +13,6 @@ FILES_${PN} += '${datadir}/bluez-pin'
SRC_URI = "${GPE_MIRROR}/gpe-bluetooth-${PV}.tar.gz"
pkg_postinst() {
- chmod u+s /sbin/hciattach /sbin/hciconfig /usr/lib/gpe-bluetooth/bnep-helper /usr/lib/gpe-bluetooth/rfcomm-helper
+#!/bin/sh
+chmod u+s /sbin/hciattach /sbin/hciconfig /usr/lib/gpe-bluetooth/bnep-helper /usr/lib/gpe-bluetooth/rfcomm-helper
}