groovy: caveat recommending to set GROOVY_HOME
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9f829d8f19
commit
8b9c508ef7
1 changed files with 7 additions and 0 deletions
|
@ -17,4 +17,11 @@ class Groovy < Formula
|
|||
ln_s f, bin+File.basename(f)
|
||||
end
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<-EOS.undent
|
||||
You should set the environment variable GROOVY_HOME to
|
||||
#{libexec}
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue