[arch-commits] Commit in bluez/trunk (PKGBUILD rc.bluetooth)
Andrea Scarpino
andrea at archlinux.org
Tue Jun 8 19:05:02 UTC 2010
Date: Tuesday, June 8, 2010 @ 15:05:02
Author: andrea
Revision: 82152
fix /bin/sh shebang (FS#19583)
Modified:
bluez/trunk/PKGBUILD
bluez/trunk/rc.bluetooth
--------------+
PKGBUILD | 2 +-
rc.bluetooth | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-06-08 18:25:39 UTC (rev 82151)
+++ PKGBUILD 2010-06-08 19:05:02 UTC (rev 82152)
@@ -22,7 +22,7 @@
'bluetooth.conf.d' 'rc.bluetooth')
md5sums=('8045fa05b16fae807a95532689eda9b4'
'd12be5b494525bb1ba6eac5c3983dd3e'
- 'b67bd953082befea6ae57c6fe25993e8')
+ '4a2b3f9d94ee3233f051443f3523b1dd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Modified: rc.bluetooth
===================================================================
--- rc.bluetooth 2010-06-08 18:25:39 UTC (rev 82151)
+++ rc.bluetooth 2010-06-08 19:05:02 UTC (rev 82152)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Start/stop the Bluetooth daemons
#
More information about the arch-commits
mailing list