Linux: Align nightly package filename to windows
This commit is contained in:
parent
f0d45597e2
commit
d0b8193e20
@ -36,9 +36,10 @@ fi
|
||||
|
||||
cpu_architecture=$1
|
||||
oolite_version_extended=$2
|
||||
githash=`echo $oolite_version_extended | cut -d '-' -f 3`
|
||||
if [ "$build_submode" = "snapshot" ]
|
||||
then
|
||||
oolite_version=$oolite_version_extended
|
||||
oolite_version=`echo $oolite_version_extended | awk -F"\." '{print $1"."$2"."$3"."}'`$githash
|
||||
if [ "$4" = "nightly" ]
|
||||
then
|
||||
trunk="-trunk"
|
||||
|
Loading…
x
Reference in New Issue
Block a user