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

Ionut Biru ibiru at archlinux.org
Mon Jan 3 16:00:03 UTC 2011


    Date: Monday, January 3, 2011 @ 11:00:03
  Author: ibiru
Revision: 104477

full path to python2

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-03 15:49:21 UTC (rev 104476)
+++ PKGBUILD	2011-01-03 16:00:03 UTC (rev 104477)
@@ -17,7 +17,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  PYTHON=python2 ./configure --prefix=/usr --disable-static
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list