more work on build

This commit is contained in:
Joel Klimont 2022-10-06 18:24:19 +02:00
parent cf8586aa7b
commit b718985293
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
mkdir output
DEB="empty"
cd client_s2
./build_deb.sh
echo "Ran build deb, created: $DEB"

View file

@ -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 \