[arch-commits] Commit in gnome-python/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Nov 28 13:17:44 UTC 2010


    Date: Sunday, November 28, 2010 @ 08:17:44
  Author: ibiru
Revision: 101160

force python2

Modified:
  gnome-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-28 13:12:42 UTC (rev 101159)
+++ PKGBUILD	2010-11-28 13:17:44 UTC (rev 101160)
@@ -16,7 +16,7 @@
 
 build() {
     cd "${srcdir}/gnome-python-${pkgver}"
-    ./configure --prefix=/usr
+    PYTHON=python2 ./configure --prefix=/usr
     make
 }
 




More information about the arch-commits mailing list