mirror of
https://codeberg.org/librewolf/source.git
synced 2025-02-21 19:45:33 -05:00
bugfixes
This commit is contained in:
parent
5225252686
commit
d952c2af5d
1 changed files with 2 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -61,13 +61,11 @@ librewolf-$(version).source$(ext) : firefox-$(version).source.tar.xz $(version_f
|
|||
$(archive_create) librewolf-$(version).source$(ext) librewolf-$(version)
|
||||
rm -rf librewolf-$(version)
|
||||
|
||||
|
||||
librewolf : librewolf-$(version).source$(ext)
|
||||
rm -rf librewolf-$(version)
|
||||
librewolf-$(version) : librewolf-$(version).source$(ext)
|
||||
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)
|
||||
|
||||
librewolf : librewolf-$(version)
|
||||
#TODO: (cd librewolf-$(version) && ./mach build && ./mach package)
|
||||
(cd librewolf-$(version) && python3 build-librewolf.py $(version))
|
||||
|
|
Loading…
Add table
Reference in a new issue