summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanielpinto8zz62017-06-06 00:54:56 +0100
committerdanielpinto8zz62017-06-06 00:54:56 +0100
commit4e51ec41422c054d2b33def0395962bcc0b3d959 (patch)
tree662e2fb263ea38d6c07fa84563b29a464a7ee86c /PKGBUILD
parentf7151e0bd44ba317f4014221598d17694ca69f12 (diff)
downloadaur-4e51ec41422c054d2b33def0395962bcc0b3d959.tar.gz
fix
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
}