From 01520c683cba6a64b081fc2f1404170302627157 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 3 Feb 2022 09:31:13 +0100 Subject: [PATCH] bugfixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0516288..9c9a495 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ librewolf-$(version) : librewolf-$(version)-$(release).source$(ext) tar xf librewolf-$(version)-$(release).source$(ext) bootstrap : librewolf-$(version) - (cd librewolf-$(version) && ./mach --no-interactive bootstrap --application-choice=browser) + (cd librewolf-$(version) && MOZBUILD_STATE_PATH=$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser) build : (cd librewolf-$(version) && ./mach build)