0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

remove redundant line in Makefile

This commit is contained in:
Malte Jürgens 2022-06-09 18:22:49 +02:00
parent cb8f37777e
commit 197b963467
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -111,7 +111,6 @@ build : $(lw_source_dir)
(cd $(lw_source_dir) && ./mach build)
package :
(cd $(lw_source_dir) && ./mach package)
(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 .