fix
This commit is contained in:
parent
60d654a103
commit
f5126a7bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ build : $(outfile) $(outfile).sha256sum
|
|||
$(outfile) :
|
||||
${MAKE} work
|
||||
ifeq ($(use_docker),false)
|
||||
(cd work/librewolf-$(version)-$(source_release) && ./mach build && ./mach package && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales)
|
||||
(cd work/librewolf-$(version)-$(source_release) && ./mach build && ./mach package)
|
||||
else
|
||||
docker run --rm -v $(shell pwd)/work:/work:rw librewolf/bsys5-image-$(distro) sh -c "cd /work/librewolf-$(version)-$(source_release) && ./mach build && ./mach package"
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue