liberica11-full(-jre): Add -full to extract_dir (#189)

This commit is contained in:
Mathias Hermansson 2020-08-18 16:32:39 +02:00 committed by GitHub
parent b3e5c9f020
commit e49da1fa67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
"hash": "sha1:3ab2d963a1fb37df6ce055c98e5b5d6e155c2591"
}
},
"extract_dir": "jre-11.0.8",
"extract_dir": "jre-11.0.8-full",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
@ -37,6 +37,6 @@
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
"jsonpath": "$.sha1"
},
"extract_dir": "jre-$matchMajor"
"extract_dir": "jre-$matchMajor-full"
}
}

View File

@ -13,7 +13,7 @@
"hash": "sha1:02013eb3b4ecba81a767cea359eec416212c5db5"
}
},
"extract_dir": "jdk-11.0.8",
"extract_dir": "jdk-11.0.8-full",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
@ -37,6 +37,6 @@
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
"jsonpath": "$.sha1"
},
"extract_dir": "jdk-$matchMajor"
"extract_dir": "jdk-$matchMajor-full"
}
}