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

Ionut Biru ibiru at archlinux.org
Sun Nov 28 20:54:23 UTC 2010


    Date: Sunday, November 28, 2010 @ 15:54:23
  Author: ibiru
Revision: 101297

force python2

Modified:
  pygtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-28 20:12:42 UTC (rev 101296)
+++ PKGBUILD	2010-11-28 20:54:23 UTC (rev 101297)
@@ -22,7 +22,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   #https://bugzilla.gnome.org/show_bug.cgi?id=623965
   patch -Np1 -i "${srcdir}/python27.patch"
-  ./configure --prefix=/usr
+  PYTHON=python2 ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list