]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- try to workaround mach confusion what stdout is
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 30 May 2019 21:08:09 +0000 (23:08 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 30 May 2019 21:08:09 +0000 (23:08 +0200)
firefox.spec

index b51b4258306c493d743aad4648786d56ba2bef81..722c192ce01c38d0876d546d3be729c26be33cd1 100644 (file)
@@ -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
This page took 0.177323 seconds and 4 git commands to generate.