jython: dereference the jython symlink ahead of time
Closes Homebrew/homebrew#22302.
This commit is contained in:
parent
3c1a71fd72
commit
e82e944115
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Jython < Formula
|
|||
|
||||
def install
|
||||
system "java", "-jar", cached_download, "-s", "-d", libexec
|
||||
inreplace libexec/'bin/jython', 'PRG=$0', "PRG=#{libexec}/bin/jython"
|
||||
bin.install_symlink libexec/'bin/jython'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue