mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
remove redundant line in Makefile
This commit is contained in:
parent
cb8f37777e
commit
197b963467
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -111,7 +111,6 @@ build : $(lw_source_dir)
|
||||||
(cd $(lw_source_dir) && ./mach build)
|
(cd $(lw_source_dir) && ./mach build)
|
||||||
|
|
||||||
package :
|
package :
|
||||||
(cd $(lw_source_dir) && ./mach package)
|
|
||||||
(cd $(lw_source_dir) && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales)
|
(cd $(lw_source_dir) && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales)
|
||||||
cp -v $(lw_source_dir)/obj-*/dist/librewolf-$(version)-$(release).en-US.*.tar.bz2 .
|
cp -v $(lw_source_dir)/obj-*/dist/librewolf-$(version)-$(release).en-US.*.tar.bz2 .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue