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

Allan McRae allan at archlinux.org
Sat Oct 24 10:29:36 UTC 2009


    Date: Saturday, October 24, 2009 @ 06:29:36
  Author: allan
Revision: 56655

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

Modified:
  module-init-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-24 08:49:18 UTC (rev 56654)
+++ PKGBUILD	2009-10-24 10:29:36 UTC (rev 56655)
@@ -3,8 +3,8 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=module-init-tools
-pkgver=3.10
-pkgrel=2
+pkgver=3.11.1
+pkgrel=1
 pkgdesc="utilities needed by Linux systems for managing loadable kernel modules"
 arch=('i686' 'x86_64')
 url="http://kerneltools.org"
@@ -14,13 +14,11 @@
 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=('fcde0344ad07c4ae2ae6b40918fd092d'
+md5sums=('28dfcb9e24cdbeb12b99ac1eb8af7dea'
          '316f1bda4c21af02b30252eb014a0a55')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  # fix broken man page path - see http://bugs.archlinux.org/task/14467
-  sed -i "s/\.so\ /\.so\ man5\//" modprobe.d.5
   
   ./configure --prefix=/usr --exec-prefix=/
   make || return 1




More information about the arch-commits mailing list