stable build uses s3h.sh version no

This commit is contained in:
damage 2023-09-16 22:01:07 +02:00
parent aad26d3fdd
commit 8b10b4b709

View File

@ -2,10 +2,15 @@
NAME=s3h
VERSION=1.2
VERSION=`../../s3h.sh -v`
REVISION=1
ARCH=all
if ! git tag -l |fgrep $VERSION; then
git tag $VERSION
git push origin $VERSION
fi
curdir=`dirname $0`
workdir="$curdir/${NAME}_${VERSION}-${REVISION}_${ARCH}"
mkdir -p "$workdir"