0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

fix error when no private key is available

This commit is contained in:
Malte Jürgens 2022-07-29 01:51:19 +02:00
parent 383ca8dd64
commit 4f47b9782f
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -90,8 +90,7 @@ $(lw_source_tarball) : $(lw_source_dir)
sha256sum $(lw_source_tarball) > $(lw_source_tarball).sha256sum
cat $(lw_source_tarball).sha256sum
[ "$(SIGNING_KEY)" != "" ] && cp -v $(SIGNING_KEY) pk.asc ; true
if [ -f pk.asc ]; then gpg --import pk.asc; gpg --detach-sign $(lw_source_tarball); fi
ls -lh $(lw_source_tarball).sig
if [ -f pk.asc ]; then gpg --import pk.asc; gpg --detach-sign $(lw_source_tarball) && ls -lh $(lw_source_tarball).sig; fi
debs=python3 python3-dev python3-pip