[arch-commits] Commit in telepathy-qt/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Jan 12 13:25:06 UTC 2013


    Date: Saturday, January 12, 2013 @ 08:25:05
  Author: andrea
Revision: 175066

Force python2 when python is installed

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-12 12:47:40 UTC (rev 175065)
+++ PKGBUILD	2013-01-12 13:25:05 UTC (rev 175066)
@@ -26,6 +26,7 @@
     cmake ../${pkgname}-${pkgver} \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
         -DENABLE_TESTS=OFF
     make
 }




More information about the arch-commits mailing list