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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 4 17:14:30 UTC 2009


    Date: Sunday, October 4, 2009 @ 13:14:30
  Author: andyrtr
Revision: 53977

upgpkg: module-init-tools 3.10-2
    fix broken man-page that makes man-db rewriting its cache each time

Modified:
  module-init-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-04 16:35:14 UTC (rev 53976)
+++ PKGBUILD	2009-10-04 17:14:30 UTC (rev 53977)
@@ -4,7 +4,7 @@
 
 pkgname=module-init-tools
 pkgver=3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="utilities needed by Linux systems for managing loadable kernel modules"
 arch=('i686' 'x86_64')
 url="http://kerneltools.org"
@@ -19,7 +19,9 @@
 
 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
   make DESTDIR=$pkgdir install || return 1




More information about the arch-commits mailing list