more work on build
This commit is contained in:
parent
cf8586aa7b
commit
b718985293
2 changed files with 3 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -2,6 +2,8 @@
|
|||
|
||||
mkdir output
|
||||
|
||||
DEB="empty"
|
||||
|
||||
cd client_s2
|
||||
./build_deb.sh
|
||||
echo "Ran build deb, created: $DEB"
|
||||
|
|
|
@ -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 \
|
||||
|
|
Reference in a new issue