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

Allan McRae allan at archlinux.org
Thu Jan 6 02:59:10 UTC 2011


    Date: Wednesday, January 5, 2011 @ 21:59:10
  Author: allan
Revision: 105077

upgpkg: module-init-tools 3.12-2
handle gziped modules

Modified:
  module-init-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-06 02:56:51 UTC (rev 105076)
+++ PKGBUILD	2011-01-06 02:59:10 UTC (rev 105077)
@@ -4,7 +4,7 @@
 
 pkgname=module-init-tools
 pkgver=3.12
-pkgrel=1
+pkgrel=2
 pkgdesc="utilities needed by Linux systems for managing loadable kernel modules"
 arch=('i686' 'x86_64')
 url="http://kerneltools.org"
@@ -22,7 +22,7 @@
   # do not regenerate man pages
   touch *.{5,8}
   
-  ./configure --prefix=/usr --exec-prefix=/
+  ./configure --prefix=/usr --exec-prefix=/ --enable-zlib
   make
 }
 




More information about the arch-commits mailing list