From e6f4d4a70b16ae4dbd10d1de0791ee41d40edcfd Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Wed, 27 Apr 2011 22:18:01 +0200 Subject: groovy: caveat recommending to set GROOVY_HOME Signed-off-by: Adam Vandenberg --- Library/Formula/groovy.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb index c6902d916..b46a0833f 100644 --- a/Library/Formula/groovy.rb +++ b/Library/Formula/groovy.rb @@ -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 -- cgit v1.2.3