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

Ionut Biru ibiru at archlinux.org
Sun Nov 28 20:57:19 UTC 2010


    Date: Sunday, November 28, 2010 @ 15:57:19
  Author: ibiru
Revision: 101307

force python2

Modified:
  pygtksourceview2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-28 20:56:31 UTC (rev 101306)
+++ PKGBUILD	2010-11-28 20:57:19 UTC (rev 101307)
@@ -16,7 +16,7 @@
 
 build() {
   cd "${srcdir}/pygtksourceview-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static --disable-docs
   make
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list