mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 02:00:43 +00:00
Update mkOSDistDeb.xx -replace tilde with dash in build name.
This commit is contained in:
parent
2cac1da0a3
commit
ad526e846c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user