summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2016-09-16 17:12:36 -0300
committerRafael Fontenelle2016-09-16 17:12:36 -0300
commitcb7e55ed6a93241663b70fdff20d09e13643f45b (patch)
treeac5d064174d926e81b0879631e2f31924c461faa /PKGBUILD
parent2a07980831fdac8c5472b2585dbcafe84c6e17f9 (diff)
downloadaur-cb7e55ed6a93241663b70fdff20d09e13643f45b.tar.gz
Use generic python2-32 version (not 2.7-32)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fbb59b1a653..0a2c9b655ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- export PYTHON='/usr/bin/python2.7-32'
- export PYTHON_CONFIG='/usr/bin/python2.7-32-config'
+ export PYTHON='/usr/bin/python2-32'
+ export PYTHON_CONFIG='/usr/bin/python2-32-config'
./configure --prefix=/usr \
--disable-rpath \