mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
bugfixes
This commit is contained in:
parent
72f2641b29
commit
5225252686
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -65,5 +65,9 @@ librewolf-$(version).source$(ext) : firefox-$(version).source.tar.xz $(version_f
|
|||
librewolf : librewolf-$(version).source$(ext)
|
||||
rm -rf librewolf-$(version)
|
||||
tar xf librewolf-$(version).source$(ext)
|
||||
|
||||
#TODO: fix this when the script is obsolete
|
||||
cp -v librewolf-$(version)/lw-assets/build-librewolf.py librewolf-$(version)
|
||||
|
||||
#TODO: (cd librewolf-$(version) && ./mach build && ./mach package)
|
||||
(cd librewolf-$(version) && python3 lw-assets/build-librewolf.py $(version))
|
||||
(cd librewolf-$(version) && python3 build-librewolf.py $(version))
|
||||
|
|
Loading…
Reference in a new issue