Date: Tuesday, February 21, 2012 @ 06:02:07
  Author: andrea
Revision: 150727

Use python2 when python3 is installed (FS#28559)

Modified:
  ntrack/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-02-21 10:52:32 UTC (rev 150726)
+++ PKGBUILD    2012-02-21 11:02:07 UTC (rev 150727)
@@ -21,7 +21,7 @@
   cd "${srcdir}/${pkgname}-0${pkgver}"
   patch -p1 -i "${srcdir}"/libnl3.patch
 
-  ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var
   make

Reply via email to