Skip to content

Commit beebc0e

Browse files
committed
Just use the major version on the generated path
1 parent e00a47a commit beebc0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jdks/download-jdks.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ function build_other_jdk {
202202
echo "< OK!"
203203
}
204204

205-
mkdir -p local/$jdk_major_version-$jdk_version-$jdk_build_version/downloads
206-
mkdir -p local/$jdk_major_version-$jdk_version-$jdk_build_version/compiled
205+
mkdir -p local/$jdk_major_version/downloads
206+
mkdir -p local/$jdk_major_version/compiled
207207

208-
cd local/$jdk_major_version-$jdk_version-$jdk_build_version
208+
cd local/$jdk_major_version
209209

210210
if [ "x$TRAVIS" != "x" ]; then
211211
if [ "x$BUILD_X64" != "x" ]; then

0 commit comments

Comments
 (0)