This commit is contained in:
Malte Jürgens 2022-07-23 20:42:33 +02:00
parent 0e6aef968e
commit 084df7f986
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ build : $(outfile) $(outfile).sha256sum
$(outfile) :
${MAKE} work
[ "$(distro)" != "tumbleweed" ] && ln -sfv ./lw/mozconfig.new.without-bootstrap work/librewolf-$(version)-$(source_release)/mozconfig
if [ "$(distro)" != "tumbleweed" ]; then ln -sfv ./lw/mozconfig.new.without-bootstrap work/librewolf-$(version)-$(source_release)/mozconfig; fi
ifeq ($(use_docker),false)
(cd work/librewolf-$(version)-$(source_release) && ./mach build && echo 'Packaging... (output hidden)' && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales >/dev/null)
else