This commit is contained in:
Bert van der Weerd 2022-02-11 09:12:20 +01:00
parent 92d01780dc
commit 955322a041
No known key found for this signature in database
GPG Key ID: 4CFABB96ADE0F5B1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,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 / && cp -r /work / && cd /work && bash linux.build-rpm.sh $(version) $(release)) ; \
(cd work && bash linux.build-rpm.sh $(version) $(release)) ; \
fi
cp -v work/$@ $@
sha256sum $@ > $@.sha256sum