From ad526e846c886a41d47348e36fee0120c0252d2d Mon Sep 17 00:00:00 2001 From: Steve Gearhart Date: Thu, 28 Mar 2024 10:57:38 +0000 Subject: [PATCH] Update mkOSDistDeb.xx -replace tilde with dash in build name. --- Building/Linux/mkOSDistDeb.xx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building/Linux/mkOSDistDeb.xx b/Building/Linux/mkOSDistDeb.xx index d90eca48..95f1ada7 100755 --- a/Building/Linux/mkOSDistDeb.xx +++ b/Building/Linux/mkOSDistDeb.xx @@ -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}