testing build-essential
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
root
2021-09-20 17:20:54 +02:00
parent 3f1a71062a
commit b8a918b250
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ all: | clean install
download: setversion
[ -d "data" ] || mkdir data
wget -nc -P data $(SOURCE)
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | \
md5sum -c && echo "SUCCESS: Checksums match" || \
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | md5sum -c && \
echo "SUCCESS: Checksums match" || \
{ ec=$$?; echo "ERROR: Checksum mismatch" >&2; rm -rf data >&2; exit $$ec; }
data: download