temurin8-jre: Fix extract_dir (#359)

Fixes #358
This commit is contained in:
Mathias Hermansson 2021-12-24 13:19:55 +01:00 committed by GitHub
parent fb4c9eb5e7
commit 45b635704f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
"hash": "789cfa21858156084020ee885ade643556dc57ddec2b44745b5489edb7945b64"
}
},
"extract_dir": "jdk8u312-b07",
"extract_dir": "jdk8u312-b07-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$matchUpdate-$matchBuild"
"extract_dir": "jdk$matchMajor$matchUpdate-$matchBuild-jre"
}
}