genomefinisher: fixed query on jdk instead of java (#12196)
This commit is contained in:
parent
db2bbbcecf
commit
268c806111
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def install(self, spec, prefix):
|
||||||
|
|
||||||
# Munge the helper script to explicitly point to java and the jar file
|
# Munge the helper script to explicitly point to java and the jar file
|
||||||
# jar file.
|
# jar file.
|
||||||
java = spec['jdk'].prefix.bin.java
|
java = spec['java'].prefix.bin.java
|
||||||
kwargs = {'ignore_absent': False, 'backup': False, 'string': False}
|
kwargs = {'ignore_absent': False, 'backup': False, 'string': False}
|
||||||
filter_file('^java', java, script, **kwargs)
|
filter_file('^java', java, script, **kwargs)
|
||||||
filter_file(jar_file, join_path(prefix.bin, jar_file),
|
filter_file(jar_file, join_path(prefix.bin, jar_file),
|
||||||
|
|
Loading…
Reference in a new issue