[packages/firefox] - try to workaround mach confusion what stdout is

baggins baggins at pld-linux.org
Thu May 30 23:08:54 CEST 2019


commit 9f24b1c34cf54c3d59d7d18a7ac754b0cf1507b2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu May 30 23:08:09 2019 +0200

    - try to workaround mach confusion what stdout is

 firefox.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index b51b425..722c192 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -2204,10 +2204,10 @@ D=$(( RANDOM % (200 - 100 + 1 ) + 5 ))
 XVFB_PID=$!
 [ -n "$XVFB_PID" ] || exit 1
 export DISPLAY=:${D}
-MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 ./mach build -v
+MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 ./mach build -v | cat
 kill $XVFB_PID
 %else
-AUTOCONF=/usr/bin/autoconf2_13 ./mach build -v
+AUTOCONF=/usr/bin/autoconf2_13 ./mach build -v | cat
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/9f24b1c34cf54c3d59d7d18a7ac754b0cf1507b2



More information about the pld-cvs-commit mailing list