Date: Saturday, February 20, 2016 @ 11:55:55
Author: arojas
Revision: 162694
Fix build when python3 is installed
Modified:
pynac/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-20 10:55:44 UTC (rev 162693)
+++ PKGBUILD 2016-02-20 10:55:55 UTC (rev 162694)
@@ -16,8 +16,7 @@
build() {
cd pynac-pynac-$pkgver
- export PYTHON_VERSION=2
- ./bootstrap
+ export PYTHON=python2
./configure --prefix=/usr
make
}