[arch-commits] Commit in hwdetect/trunk (PKGBUILD hwdetect)

Tobias Powalowski tpowa at archlinux.org
Sun Sep 21 13:35:58 UTC 2008


    Date: Sunday, September 21, 2008 @ 09:35:58
  Author: tpowa
Revision: 12829

upgpkg: hwdetect 0.9.1-2

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

----------+
 PKGBUILD |    5 ++---
 hwdetect |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-21 13:32:33 UTC (rev 12828)
+++ PKGBUILD	2008-09-21 13:35:58 UTC (rev 12829)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(i686 x86_64)
 license=('custom:none')
@@ -14,5 +14,4 @@
 build() {
   install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
 }
-
-md5sums=('9910a69cdaa1ed29894041a022e5bea5')
+md5sums=('4cdbfcef9075e9ce78a3225124d9d348')

Modified: hwdetect
===================================================================
--- hwdetect	2008-09-21 13:32:33 UTC (rev 12828)
+++ hwdetect	2008-09-21 13:35:58 UTC (rev 12829)
@@ -399,7 +399,7 @@
 			#	START_HOOKS=$(echo $START_HOOKS | sed -e "s/raid//g")
 			#fi
 			if ! [ "$RAID" = "1" ] ; then 
-				START_HOOKS=$(echo $START_HOOKS | sed -e "s/raid\ //g")
+				START_HOOKS=$(echo $START_HOOKS | sed -e "s/\ raid\ //g")
 			fi
 			if ! [ "$RAID_PARTITIONS" = "1" ] ; then 
 				START_HOOKS=$(echo $START_HOOKS | sed -e "s/raid-partitions\ //g")




More information about the arch-commits mailing list