mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
bugfixes
This commit is contained in:
parent
01520c683c
commit
8422e02ff6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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) && MOZBUILD_STATE_PATH=$HOME/.mozbuild ./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)
|
||||
|
|
Loading…
Reference in a new issue