kibana: support aarch64 (#17910)

* kibana: support aarch64

* kibana: change jdk to java
This commit is contained in:
darmac 2020-08-11 10:25:08 +08:00 committed by GitHub
parent c322bea8f8
commit 9fbfd6b58c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ class Kibana(Package):
version('6.4.0', sha256='df2056105a08c206a1adf9caed09a152a53429a0f1efc1ba3ccd616092d78aee')
depends_on('jdk', type='run')
depends_on('java', type='run')
def install(self, spec, prefix):
install_tree('.', join_path(prefix, '.'))