1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-09 07:16:13 +02:00

Remove --broken from git describe

Older git versions apparently don't know that (SuSe, CentOS, ...)

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-02-15 12:17:22 +01:00
parent 84076865ba
commit 6d44a92258

2
mk.sh
View file

@ -36,7 +36,7 @@ CMAKETCFILE="$TCDIR/toolchain.cmake"
pushd "$SCRIPTDIR" > /dev/null pushd "$SCRIPTDIR" > /dev/null
OS_NAME="Pygos" OS_NAME="Pygos"
OS_RELEASE=$(git describe --always --tags --broken --dirty) OS_RELEASE=$(git describe --always --tags --dirty)
popd > /dev/null popd > /dev/null
############################# include utilities ############################## ############################# include utilities ##############################