aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-01-17 17:09:57 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2018-01-17 17:09:57 +0000
commitd0f3daa318b3e5957d21d42553c095f69786dbfa (patch)
tree1dca6f2090ca3c7275642c9a4f9832b8cd30102c
parenta45119c90bd3ef4addbe7d99afa41634890c3bc3 (diff)
jdk: Correct jdk8u security directory under jdk9
The jdk9u release build uses a jdk8 build. However, it references the lib/security directory instead of the jre/lib/security directory. Change-Id: I07c77d9b61bb90882b27a4728d57fb3137e2cbfc
-rw-r--r--jdk9-build-release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk9-build-release.yaml b/jdk9-build-release.yaml
index 1b9d3e23d7..b4129806ef 100644
--- a/jdk9-build-release.yaml
+++ b/jdk9-build-release.yaml
@@ -83,7 +83,7 @@
wget --progress=dot -e dotbytes=2M ${JDK_URL}
tar -Jxf jdk*.tar.xz
- cd jdk*/lib/security/
+ cd jdk*/jre/lib/security/
rm -f cacerts
ln -s /etc/ssl/certs/java/cacerts