Update mkOSDistDeb.xx -replace tilde with dash in build name.

This commit is contained in:
Steve Gearhart 2024-03-28 10:57:38 +00:00
parent 2cac1da0a3
commit ad526e846c

View File

@ -47,7 +47,7 @@ if [[ ${VERSION} == *-* ]]; then
if [[ ${PRERELEASE} == *rc* ]]; then
RC=1
fi
VERSION="${VERSION}~${PRERELEASE}"
VERSION="${VERSION}-${PRERELEASE}"
fi
GIT_REVISION=`awk '/#define GIT_REVISION / { gsub(/"/, "", $3); print $3 }' ${SRC}/git_info.h`
echo Version: ${VERSION}