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

Update Makefile

This commit is contained in:
stanzabird 2022-05-16 13:00:50 +00:00
parent d25781f36c
commit 931cccb7e2

View file

@ -87,7 +87,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
if [ -f pk.asc ]; then gpg --import pk.asc; gpg --detach-sign $(lw_source_tarball); fi
ls -lh $(lw_source_tarball).sig