This commit is contained in:
Malte Jürgens 2023-02-15 21:46:05 +01:00
parent 769135543b
commit 55c910325c
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -30,7 +30,7 @@ build :
ifeq ($(use_docker),false)
( cd windows/linux && ${MAKE} )
else
docker run --rm -v $(shell pwd)/work:/work:rw registry.gitlab.com/librewolf-community/browser/bsys5/$(distro) sh -c "${MAKE} all"
docker run --rm -v $(shell pwd)/windows/linux:/work:rw registry.gitlab.com/librewolf-community/browser/bsys5/$(distro) sh -c "${MAKE} all"
endif
cp -v windows/linux/$(outfiles) .