author | David Manouchehri
<manouchehri@riseup.net> 2015-09-16 23:02:48 UTC |
committer | David Manouchehri
<manouchehri@riseup.net> 2015-09-16 23:02:48 UTC |
parent | 696012a7bfe58f8235c62ba1bf47940ba7d71dd7 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 77dbab4..d8f9d6a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -31,7 +31,7 @@ build() { cd "${srcdir}/${_gitname}" ./autogen.sh - PYTHON=python2 ./configure --prefix=/usr --disable-java --disable-python + PYTHON=python2 ./configure --prefix=/usr --disable-java make }