This commit is contained in:
Bert van der Weerd 2022-02-12 08:32:59 +01:00
parent 692b27d4c9
commit 4bebf3a1ed
No known key found for this signature in database
GPG Key ID: 4CFABB96ADE0F5B1
1 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ librewolf-$(version)-$(release).$(fc).x86_64.rpm : $(infile)
rm -f work/librewolf/removed-files
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)" ; \
cp -v work/$@ $@ \
cp -v work/$@ $@ ; \
else \
(cp -r work / && cd work && bash linux.build-rpm.sh $(version) $(release)) ; \
cp -v /work/$@ $@ \
cp -v /work/$@ $@ ; \
fi
sha256sum $@ > $@.sha256sum
cat $@.sha256sum