From: Jan Rękorajski Date: Thu, 30 May 2019 21:08:09 +0000 (+0200) Subject: - try to workaround mach confusion what stdout is X-Git-Tag: auto/th/firefox-67.0.1-1~12 X-Git-Url: https://git.pld-linux.org/?p=packages%2Ffirefox.git;a=commitdiff_plain;h=9f24b1c34cf54c3d59d7d18a7ac754b0cf1507b2 - try to workaround mach confusion what stdout is --- 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