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 \