diff options
author | root <root@rshg054.dnsready.net> | 2012-01-07 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-07 23:14:43 +0000 |
commit | 6aeb515f4afd10afb53b21df18d03b0d5f3a200f (patch) | |
tree | 531fd1ff51f0ee474a0bbaeb5cb1de852f6096dd /testing/kmod | |
parent | d7931e8fa49a4698ac8dbb1a155ca6b48f031828 (diff) |
Sat Jan 7 23:14:43 UTC 2012
Diffstat (limited to 'testing/kmod')
-rw-r--r-- | testing/kmod/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/kmod/PKGBUILD b/testing/kmod/PKGBUILD index 6fd9c4c96..d278860cb 100644 --- a/testing/kmod/PKGBUILD +++ b/testing/kmod/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 146216 2012-01-06 04:24:28Z dreisner $ +# $Id: PKGBUILD 146226 2012-01-06 11:00:10Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> 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 @@ build() { patch -Np1 <"$srcdir/return-non-zero-on-fail.patch" ./configure \ + --sysconfdir=/etc \ --with-rootprefix= \ --with-rootlibdir=/lib \ --with-zlib |