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

Ionut Biru ibiru at archlinux.org
Mon Jan 3 15:48:31 UTC 2011


    Date: Monday, January 3, 2011 @ 10:48:30
  Author: ibiru
Revision: 104472

force using python2 because users are not compiling packages in clean chroots

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-03 13:38:18 UTC (rev 104471)
+++ PKGBUILD	2011-01-03 15:48:30 UTC (rev 104472)
@@ -17,7 +17,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
+  PYTHON=python2 ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list