summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorE5ten2018-06-08 10:19:41 -0400
committerE5ten2018-06-08 10:19:41 -0400
commiteb9f3c90ab3d254ab611d6656b86eba8dd9e9fe3 (patch)
tree56b07ae1e6017a277a7ecb6c7015c45b28b8e112 /PKGBUILD
parent3be6d80cb6c3245fa12e45295cd08f2d4ad5f09e (diff)
downloadaur-eb9f3c90ab3d254ab611d6656b86eba8dd9e9fe3.tar.gz
added --disable-nfs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c8938407b3e..b96d6272d699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,12 +22,13 @@ build() {
./configure \
--prefix=/usr \
- --sbindir=/usr/bin \
+ --sbindir=/usr/bin \
--mandir=/usr/share/man \
--sysconfdir=/etc \
--localstatedir=/var \
--with-pidfile=/run/watchdog.pid \
- --with-ka_pidfile=/run/wd_keepalive.pid
+ --with-ka_pidfile=/run/wd_keepalive.pid \
+ --disable-nfs
make
}