mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +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
|
if [[ ${PRERELEASE} == *rc* ]]; then
|
||||||
RC=1
|
RC=1
|
||||||
fi
|
fi
|
||||||
VERSION="${VERSION}~${PRERELEASE}"
|
VERSION="${VERSION}-${PRERELEASE}"
|
||||||
fi
|
fi
|
||||||
GIT_REVISION=`awk '/#define GIT_REVISION / { gsub(/"/, "", $3); print $3 }' ${SRC}/git_info.h`
|
GIT_REVISION=`awk '/#define GIT_REVISION / { gsub(/"/, "", $3); print $3 }' ${SRC}/git_info.h`
|
||||||
echo Version: ${VERSION}
|
echo Version: ${VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user