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

Jiachen Yang farseerfc at archlinux.org
Wed Jan 20 09:58:28 UTC 2016


    Date: Wednesday, January 20, 2016 @ 10:58:25
  Author: farseerfc
Revision: 158013

fixing install locale 3

Modified:
  retext/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-20 09:58:14 UTC (rev 158012)
+++ PKGBUILD	2016-01-20 09:58:25 UTC (rev 158013)
@@ -31,7 +31,8 @@
 
 build () {
     cd "$srcdir/retext-${pkgver}"
-    python3 setup.py install --root="$pkgdir"
+    sed -i "s/, env={'QT_SELECT': 'qt5'}//g" setup.py
+    python3 setup.py build
 }
 
 package () {



More information about the arch-commits mailing list