diff options
| author | Mike McQuaid | 2013-10-19 13:55:03 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-19 13:55:03 +0100 |
| commit | 9cd0f348a4bfc0cec4b31e248ad3cdfcfac8058e (patch) | |
| tree | bd37324a627996d2a53e9c040cb8f3b88004661b /Library/Formula/subversion.rb | |
| parent | 1c8f6b68cc8c887c9585267d121f1d27e38d1b2a (diff) | |
| download | homebrew-9cd0f348a4bfc0cec4b31e248ad3cdfcfac8058e.tar.bz2 | |
subversion: improve caveats line breaks.
Diffstat (limited to 'Library/Formula/subversion.rb')
| -rw-r--r-- | Library/Formula/subversion.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index 824259caf..8fe124ce5 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -164,33 +164,32 @@ class Subversion < Formula s = <<-EOS.undent svntools have been installed to: #{opt_prefix}/libexec - EOS s += python.standard_caveats if python if build.include? 'perl' s += <<-EOS.undent + The perl bindings are located in various subdirectories of: #{prefix}/Library/Perl - EOS end if build.include? 'ruby' s += <<-EOS.undent + You may need to add the Ruby bindings to your RUBYLIB from: #{HOMEBREW_PREFIX}/lib/ruby - EOS end if build.include? 'java' s += <<-EOS.undent + You may need to link the Java bindings into the Java Extensions folder: sudo mkdir -p /Library/Java/Extensions sudo ln -s #{HOMEBREW_PREFIX}/lib/libsvnjavahl-1.dylib /Library/Java/Extensions/libsvnjavahl-1.dylib - EOS end |
