[arch-commits] Commit in module-init-tools/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Wed Aug 26 08:03:19 UTC 2009


    Date: Wednesday, August 26, 2009 @ 04:03:18
  Author: allan
Revision: 50410

upgpkg: module-init-tools 3.10-1
    upstream update

Modified:
  module-init-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-26 07:47:20 UTC (rev 50409)
+++ PKGBUILD	2009-08-26 08:03:18 UTC (rev 50410)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=module-init-tools
-pkgver=3.8
+pkgver=3.10
 pkgrel=1
 pkgdesc="utilities needed by Linux systems for managing loadable kernel modules"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/modprobe.d/modprobe.conf')
 source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-$pkgver.tar.bz2
         modprobe.conf)
-md5sums=('470d7830fd263d29a92149da6ae9f122'
+md5sums=('fcde0344ad07c4ae2ae6b40918fd092d'
          '316f1bda4c21af02b30252eb014a0a55')
 
 build() {
@@ -23,10 +23,7 @@
   ./configure --prefix=/usr --exec-prefix=/
   make || return 1
   make DESTDIR=$pkgdir install || return 1
-
-  # Remove old-school conversion util... we haven't shipped modules.conf in years
-  rm $pkgdir/sbin/generate-modprobe.conf
-  
+ 
   # Install our custom (read: empty) modprobe.conf
   install -Dm644 $srcdir/modprobe.conf $pkgdir/etc/modprobe.d/modprobe.conf
 }




More information about the arch-commits mailing list