0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

Update Makefile

This commit is contained in:
stanzabird 2022-05-16 12:39:47 +00:00
parent e499467deb
commit d25781f36c

View file

@ -86,10 +86,9 @@ $(lw_source_tarball) : $(lw_source_dir)
touch $(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
debs=python3 python3-dev python3-pip