update build script
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2023-01-01 15:08:05 +01:00
parent 046304fab4
commit 32b05ad5de

View File

@ -36,7 +36,7 @@ esac
echo "build ANTOS deb package for version $TAG, architecture $ARCH"
DIR="build/$TAG"
DIR="build/"
FILE="AntOS_${archname}.deb"
NAME="AntOS_${TAG}_${archname}"
@ -62,6 +62,8 @@ tree .
cd ../
dpkg-deb --build $NAME
ls -al .
mv $NAME.deb $DIR
tree $DIR