diff --git a/bucket/temurin11-jre.json b/bucket/temurin11-jre.json index 66713a75d..e6baee8c4 100644 --- a/bucket/temurin11-jre.json +++ b/bucket/temurin11-jre.json @@ -13,7 +13,7 @@ "hash": "60ed46fd2072d2ab25333a367b0ed58f8cf6441b877628f2324273a6b5c71222" } }, - "extract_dir": "jdk-11.0.13+8", + "extract_dir": "jdk-11.0.13+8-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" @@ -37,6 +37,6 @@ "url": "$url.sha256.txt", "find": "^([a-fA-F0-9]+)\\s" }, - "extract_dir": "jdk-$matchMajor+$matchBuild" + "extract_dir": "jdk-$matchMajor+$matchBuild-jre" } }