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

Rémy Oudompheng remy at archlinux.org
Sat Sep 4 14:00:01 UTC 2010


    Date: Saturday, September 4, 2010 @ 10:00:00
  Author: remy
Revision: 89847

upgpkg: alacarte 0.13.1-1
Rebuild for python 2.7

Modified:
  alacarte/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-04 13:55:16 UTC (rev 89846)
+++ PKGBUILD	2010-09-04 14:00:00 UTC (rev 89847)
@@ -19,6 +19,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's#python2\.6#python2 python2.6#' configure
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
   make || return 1 
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list