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

Ionut Biru ibiru at archlinux.org
Sun Nov 28 14:11:50 UTC 2010


    Date: Sunday, November 28, 2010 @ 09:11:49
  Author: ibiru
Revision: 101184

force python2

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-28 13:52:52 UTC (rev 101183)
+++ PKGBUILD	2010-11-28 14:11:49 UTC (rev 101184)
@@ -18,7 +18,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-scrollkeeper \
       --enable-python
   make




More information about the arch-commits mailing list