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

Thomas Bächler thomas at archlinux.org
Wed Oct 21 22:57:25 UTC 2009


    Date: Wednesday, October 21, 2009 @ 18:57:24
  Author: thomas
Revision: 56488

Fix bug 16164

Modified:
  microcode_ctl/trunk/PKGBUILD
  microcode_ctl/trunk/microcode

-----------+
 PKGBUILD  |    4 ++--
 microcode |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-21 22:34:01 UTC (rev 56487)
+++ PKGBUILD	2009-10-21 22:57:24 UTC (rev 56488)
@@ -8,7 +8,7 @@
 # Version of the microcode image
 _microcodever=20090927
 pkgver=${_toolver}.${_microcodever}
-pkgrel=1
+pkgrel=2
 pkgdesc="A companion to the IA32 microcode kernel driver"
 arch=('i686' 'x86_64')
 url="http://www.urbanmyth.org/microcode"
@@ -20,7 +20,7 @@
         microcode.rules)
 md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
          '496ac6170f80160d80476359d7c17424'
-         'e694f32b7e30674786100b371ab50384'
+         '483c198659b8d716bdfbf05a57182394'
          'e6f212fcb6af8c4f3464db2e9210655e')
 
 build() {

Modified: microcode
===================================================================
--- microcode	2009-10-21 22:34:01 UTC (rev 56487)
+++ microcode	2009-10-21 22:57:24 UTC (rev 56488)
@@ -22,6 +22,7 @@
 		fi
 	fi
 
+	/sbin/udevadm settle --exit-if-exists=$DEVICE
 	if [ ! -c $DEVICE ]; then
 		echo "$0: $DEVICE not a character device"
 		stat_fail




More information about the arch-commits mailing list