summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-10-23 02:05:46 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-10-23 02:33:37 +0200
commita2d09e9e73b5ad332dac42a05f10dfd0b43f887f (patch)
tree236234ea63ccab951269196c45395e3c2961c106 /www-client/firefox/firefox-93.0.ebuild
parentmail-client/thunderbird: update patch set (diff)
downloadgentoo-a2d09e9e73b5ad332dac42a05f10dfd0b43f887f.tar.gz
gentoo-a2d09e9e73b5ad332dac42a05f10dfd0b43f887f.tar.bz2
gentoo-a2d09e9e73b5ad332dac42a05f10dfd0b43f887f.zip
www-client/firefox: set MOZBUILD_STATE_PATH
This will silence a warning regarding default path. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox/firefox-93.0.ebuild')
-rw-r--r--www-client/firefox/firefox-93.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-93.0.ebuild b/www-client/firefox/firefox-93.0.ebuild
index 662a0648d429..0a7fa6f83161 100644
--- a/www-client/firefox/firefox-93.0.ebuild
+++ b/www-client/firefox/firefox-93.0.ebuild
@@ -605,6 +605,9 @@ src_configure() {
# python/mach/mach/mixin/process.py fails to detect SHELL
export SHELL="${EPREFIX}/bin/bash"
+ # Set state path
+ export MOZBUILD_STATE_PATH="${BUILD_DIR}"
+
# Set MOZCONFIG
export MOZCONFIG="${S}/.mozconfig"