mirror of
https://codeberg.org/librewolf/source.git
synced 2025-03-15 07:31:21 -05:00
bugfix
This commit is contained in:
parent
c4141bfc7f
commit
7da4d6cf11
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## handle different upstreams, like developer,nightly, or distro specific upstream cases
|
||||
upstream_filename=bootstrap.py
|
||||
upstream_dirname=mozilla-nightly
|
||||
upstream_dirname=mozilla-unified
|
||||
$(upstream_filename) :
|
||||
wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py
|
||||
##
|
||||
|
@ -10,5 +10,5 @@ clean_upstream_dir :
|
|||
rm -rf $(upstream_dirname)
|
||||
create_lw_from_upstream_dir :
|
||||
python3 bootstrap.py --no-interactive --application-choice=browser
|
||||
mv $(upstream_dirname) librewolf-$(version)
|
||||
mv $(upstream_dirname) librewolf-$(version)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue