This commit is contained in:
Bert van der Weerd 2022-02-11 22:52:33 +01:00
parent a5268ce635
commit 1704b598bf
No known key found for this signature in database
GPG Key ID: 4CFABB96ADE0F5B1
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ librewolf-$(version)-$(release).$(fc).x86_64.rpm : $(infile)
if [ $(use_docker) = true ]; then \
docker run --rm -v $(shell pwd)/work:/work:rw librewolf/bsys5-image-$(distro) sh -c "bash linux.build-rpm.sh $(version) $(release)" ; \
else \
(cd work && bash linux.build-rpm.sh $(version) $(release)) ; \
(cp -r work / && cd work && bash linux.build-rpm.sh $(version) $(release)) ; \
fi
cp -v work/$@ $@
sha256sum $@ > $@.sha256sum