summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2015-08-01 20:07:11 +1000
committerRod Kay2015-08-01 20:07:11 +1000
commite7077ad3027b39f187b60d08aa99c88af0e576cf (patch)
tree422c9852b74dcb051b3b19af67c78153a4657cfd /PKGBUILD
parent71e1bc83589b66e99a39e099ce932bb0f3f4d7a2 (diff)
downloadaur-e7077ad3027b39f187b60d08aa99c88af0e576cf.tar.gz
Specified use of python2 explicitly.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 083023935e07..acdef356fb7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ build() {
patch -p0 -i ../patch-Makefile.in
- ./configure --prefix=/usr --with-appli-perso="dsa" --with-proto-perso="giop"
+ PYTHON=python2 ./configure --prefix=/usr --with-appli-perso="dsa" --with-proto-perso="giop"
make
}