summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf012d019c64..0785e9d68200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/danielpinto8zz6/${pkgname}"
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- ./autogen.sh --prefix=/usr --disable-schemas-compile
+ ./autogen.sh --prefix=/usr
make
}