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

Jan de Groot jgc at archlinux.org
Tue Aug 2 14:09:30 UTC 2011


    Date: Tuesday, August 2, 2011 @ 10:09:29
  Author: jgc
Revision: 134201

upgpkg: quodlibet 2.3-2
Fix call to python

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-02 14:00:24 UTC (rev 134200)
+++ PKGBUILD	2011-08-02 14:09:29 UTC (rev 134201)
@@ -26,7 +26,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's#env python#env python2#' *.py
+  sed -i 's#env python#env python2#' *.py quodlibet/util/fmps.py
   ./setup.py build
 }
 




More information about the arch-commits mailing list