Linux: Align nightly package filename to windows

This commit is contained in:
KonstantinosSykas 2013-11-13 01:23:09 +02:00
parent f0d45597e2
commit d0b8193e20

View File

@ -36,9 +36,10 @@ fi
cpu_architecture=$1 cpu_architecture=$1
oolite_version_extended=$2 oolite_version_extended=$2
githash=`echo $oolite_version_extended | cut -d '-' -f 3`
if [ "$build_submode" = "snapshot" ] if [ "$build_submode" = "snapshot" ]
then then
oolite_version=$oolite_version_extended oolite_version=`echo $oolite_version_extended | awk -F"\." '{print $1"."$2"."$3"."}'`$githash
if [ "$4" = "nightly" ] if [ "$4" = "nightly" ]
then then
trunk="-trunk" trunk="-trunk"