Skip to content

Commit eda19d8

Browse files
committed
[lejos] add version suffix
1 parent 8b5bf55 commit eda19d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/config.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ JDKDIR="/build/jdk"
1010
IMAGEDIR="/build/jdk/build/linux-arm-normal-client-release/images"
1111
# lejos temp directory
1212
LEJOSDIR="/build/lejos"
13+
# lejos suffix
14+
LEJOSEND="-final"
1315

1416
##
1517
## Version-specific configuration

scripts/lejos/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SCRIPTDIR="$SCRIPTDIR/.."
88
pushd "$JDKDIR" >/dev/null
99
JAVA_VERSION="$(hg log -r "." --template "{latesttag}\n" | sed 's/jdk-//')"
1010
popd
11-
LEJOS_NAME="ejre-openjdk-$JAVA_VERSION"
11+
LEJOS_NAME="ejre-openjdk-$JAVA_VERSION$LEJOSEND"
1212

1313
# temp directory
1414
rm -rf "$LEJOSDIR"

0 commit comments

Comments
 (0)