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

Jan de Groot jgc at archlinux.org
Wed Oct 27 13:45:37 UTC 2010


    Date: Wednesday, October 27, 2010 @ 09:45:37
  Author: jgc
Revision: 97186

Fix python interpreter (FS#21486)

Modified:
  gnome-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-27 12:00:59 UTC (rev 97185)
+++ PKGBUILD	2010-10-27 13:45:37 UTC (rev 97186)
@@ -21,7 +21,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-scrollkeeper \
       --disable-static \
       --with-scores-user=root --with-scores-group=games \




More information about the arch-commits mailing list