mirror of
https://github.com/pygos/build.git
synced 2024-11-22 19:19:46 +01: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:
parent
84076865ba
commit
6d44a92258
1 changed files with 1 additions and 1 deletions
2
mk.sh
2
mk.sh
|
@ -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 ##############################
|
||||||
|
|
Loading…
Reference in a new issue