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

Ionut Biru ibiru at archlinux.org
Sun Nov 28 12:58:39 UTC 2010


    Date: Sunday, November 28, 2010 @ 07:58:39
  Author: ibiru
Revision: 101132

force python

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-28 11:29:19 UTC (rev 101131)
+++ PKGBUILD	2010-11-28 12:58:39 UTC (rev 101132)
@@ -16,7 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  PYTHON=python2 ./configure --prefix=/usr
   make
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list