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

Allan McRae allan at archlinux.org
Mon Jan 25 07:32:18 UTC 2010


    Date: Monday, January 25, 2010 @ 02:32:18
  Author: allan
Revision: 65219

upgpkg: module-init-tools 3.11.1-2
    fix man page (FS#17559)

Modified:
  module-init-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-25 06:37:09 UTC (rev 65218)
+++ PKGBUILD	2010-01-25 07:32:18 UTC (rev 65219)
@@ -4,7 +4,7 @@
 
 pkgname=module-init-tools
 pkgver=3.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="utilities needed by Linux systems for managing loadable kernel modules"
 arch=('i686' 'x86_64')
 url="http://kerneltools.org"
@@ -26,4 +26,7 @@
  
   # Install our custom (read: empty) modprobe.conf
   install -Dm644 $srcdir/modprobe.conf $pkgdir/etc/modprobe.d/modprobe.conf
+  
+  # fix man page (FS#17559)
+  sed -i "s#mod#man5/mod#" $pkgdir/usr/share/man/man5/modprobe.d.5
 }




More information about the arch-commits mailing list