summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a20559fef47..b2f99ba04d94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,8 @@ build () {
./autogen.sh \
--prefix=/usr \
--sbindir=/usr/bin \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --disable-grub2
make
}