[packages/phantomjs/dev-2.1] python unbuffered to fix output being out of sync

glen glen at pld-linux.org
Sat Mar 26 11:15:46 CET 2016


commit e08827628b7f4310ce7c4b8eb0623b552859b84e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Mar 26 12:15:36 2016 +0200

    python unbuffered to fix output being out of sync

 phantomjs.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/phantomjs.spec b/phantomjs.spec
index 918859a..b3fe339 100644
--- a/phantomjs.spec
+++ b/phantomjs.spec
@@ -170,7 +170,7 @@ qtconfig=" \
 	-system-proxies \
 	-system-zlib \
 "
-%{__python} build.py \
+%{__python} -u build.py \
 	$(qtconfig $qtconfig) \
 	--confirm --release
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phantomjs.git/commitdiff/e08827628b7f4310ce7c4b8eb0623b552859b84e



More information about the pld-cvs-commit mailing list