From b718985293ae86b3f55b9322e092b1681842e241 Mon Sep 17 00:00:00 2001 From: Joel Klimont Date: Thu, 6 Oct 2022 18:24:19 +0200 Subject: [PATCH] more work on build --- build.sh | 2 ++ client_s2/build_deb.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a906550..b7024ce 100644 --- a/build.sh +++ b/build.sh @@ -2,6 +2,8 @@ mkdir output +DEB="empty" + cd client_s2 ./build_deb.sh echo "Ran build deb, created: $DEB" diff --git a/client_s2/build_deb.sh b/client_s2/build_deb.sh index a1d4767..117f3d8 100755 --- a/client_s2/build_deb.sh +++ b/client_s2/build_deb.sh @@ -51,7 +51,7 @@ if [ "$EXTRACT_PKG" == "1" ]; then ar -xv python3-complib_"$VERSION"_all.deb fi -export DEB=python3-complib_"$VERSION"_all.deb +DEB=python3-complib_"$VERSION"_all.deb echo "Created: $DEB" # --deb-changelog changelog \