[arch-commits] Commit in kmod/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Fri Jan 6 10:56:25 UTC 2012


    Date: Friday, January 6, 2012 @ 05:56:25
  Author: dreisner
Revision: 146224

upgpkg: kmod 3-4

- fix sysconfdir configure path

Modified:
  kmod/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-06 10:32:50 UTC (rev 146223)
+++ PKGBUILD	2012-01-06 10:56:25 UTC (rev 146224)
@@ -3,7 +3,7 @@
 
 pkgname=kmod
 pkgver=3
-pkgrel=3
+pkgrel=4
 pkgdesc="Linux kernel module handling"
 arch=('i686' 'x86_64')
 url="http://git.profusion.mobi/cgit.cgi/kmod.git"
@@ -26,6 +26,7 @@
   patch -Np1 <"$srcdir/return-non-zero-on-fail.patch"
 
   ./configure \
+    --sysconfdir=/etc \
     --with-rootprefix= \
     --with-rootlibdir=/lib \
     --with-zlib




More information about the arch-commits mailing list