igvtools: fixed query on jdk instead of java (#12195)
This commit is contained in:
parent
a948954886
commit
b744accaf6
@ -33,7 +33,7 @@ def install(self, spec, prefix):
|
||||
|
||||
# Munge the helper script to explicitly point to java and the
|
||||
# jar file.
|
||||
java = spec['jdk'].prefix.bin.java
|
||||
java = spec['java'].prefix.bin.java
|
||||
kwargs = {'ignore_absent': False, 'backup': False, 'string': False}
|
||||
filter_file('^java', java, script, **kwargs)
|
||||
filter_file(jar_file, join_path(prefix.bin, jar_file),
|
||||
|
Loading…
Reference in New Issue
Block a user