diff options
| author | Christian HoĢltje | 2013-04-21 21:13:33 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-21 18:32:08 -0700 |
| commit | 22972aec812b97231d62586b6d7dbb1e3a1041d0 (patch) | |
| tree | 13d110e4055cd896189b590878bcf3e7c71e33a9 /Library/Formula | |
| parent | ec238c37ebb795e3ee1423c29205dc4b6a30f93e (diff) | |
| download | homebrew-22972aec812b97231d62586b6d7dbb1e3a1041d0.tar.bz2 | |
groovy: GROOVY_HOME should be pointed at opt_prefix
This will prevent issues when Groovy is next updated.
Closes #19347.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/groovy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb index 85617d76f..3a93ed399 100644 --- a/Library/Formula/groovy.rb +++ b/Library/Formula/groovy.rb @@ -18,7 +18,7 @@ class Groovy < Formula def caveats <<-EOS.undent You should set the environment variable GROOVY_HOME to - #{libexec} + #{opt_prefix}/libexec EOS end end |
