From b8a918b250cdb3f410d45c413ce8da4988c6efcd Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Sep 2021 17:20:54 +0200 Subject: [PATCH] testing build-essential --- .drone.yml | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 548bb0a..ada3408 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ pipeline: image: debian pull: true commands: - - apt update && apt install -y build-essential fakeroot devscripts + - apt update && apt install -y build-essential - debuild -us -uc - ls -la - cd .. && ls -la diff --git a/Makefile b/Makefile index be340f3..dba42bf 100644 --- a/Makefile +++ b/Makefile @@ -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