groovy: caveat recommending to set GROOVY_HOME

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ernesto Rico-Schmidt 2011-04-27 22:18:01 +02:00 committed by Adam Vandenberg
parent 9f829d8f19
commit 8b9c508ef7

View file

@ -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