mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-18 02:12:30 -05:00
Update Makefile
This commit is contained in:
parent
e499467deb
commit
d25781f36c
1 changed files with 3 additions and 4 deletions
7
Makefile
7
Makefile
|
@ -86,10 +86,9 @@ $(lw_source_tarball) : $(lw_source_dir)
|
||||||
touch $(lw_source_dir)
|
touch $(lw_source_dir)
|
||||||
sha256sum $(lw_source_tarball) > $(lw_source_tarball).sha256sum
|
sha256sum $(lw_source_tarball) > $(lw_source_tarball).sha256sum
|
||||||
cat $(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
|
debs=python3 python3-dev python3-pip
|
||||||
|
|
Loading…
Add table
Reference in a new issue