From a3a4b04886c766ec0a5982ec40dcf726acf275f7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 12 Apr 2020 12:25:05 +0300 Subject: [PATCH] firefox rebuild shelltools.export("MOZBUILD_STATE_PATH", "/mozbuild") sandbox --- network/web/firefox/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py index b8912294c7..83446f0f6d 100755 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -17,7 +17,7 @@ arch = get.ARCH() ver = ".".join(get.srcVERSION().split(".")[:3]) shelltools.export("SHELL", "/bin/sh") -shelltools.export("MOZBUILD_STATE_PATH", "/mozbuild") +#shelltools.export("MOZBUILD_STATE_PATH", "/mozbuild") def setup(): # Google API key