summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2020-05-11 12:19:15 -0500
committerJory Pratt <anarchy@gentoo.org>2020-05-11 12:19:15 -0500
commit7c64dc33ae95374943b34675ae782194ed3c7ad3 (patch)
tree5049ba33e43bf193301c30a0ea231d5e34393af1
parentwww-client/firefox: Version bump 77.0b3 (diff)
downloadanarchy-7c64dc33ae95374943b34675ae782194ed3c7ad3.tar.gz
anarchy-7c64dc33ae95374943b34675ae782194ed3c7ad3.tar.bz2
anarchy-7c64dc33ae95374943b34675ae782194ed3c7ad3.zip
www-client/firefox: Redirect output to log file, until we fix mach
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--www-client/firefox/firefox-77.0_beta3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-77.0_beta3.ebuild b/www-client/firefox/firefox-77.0_beta3.ebuild
index 26192f9..1a43f24 100644
--- a/www-client/firefox/firefox-77.0_beta3.ebuild
+++ b/www-client/firefox/firefox-77.0_beta3.ebuild
@@ -642,7 +642,7 @@ src_compile() {
SHELL="${SHELL:-${EPREFIX}/bin/bash}" \
MOZ_NOSPAM=1 \
${_virtx} \
- ./mach build --verbose > /dev/null \
+ ./mach build --verbose >> ${PORTAGE_BUILDDIR}/temp/build.log \
|| die
}