diff options
| author | Adam Vandenberg | 2010-09-06 12:20:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-06 12:20:09 -0700 |
| commit | 41f8a526c591b2fef55d70b61b601d1cf1a92f0b (patch) | |
| tree | 704a5e927c0a9f8608a17f20477065b45cba41cc /Library/Formula/subversion.rb | |
| parent | 714919972b390f8111e5523b9c0c8ac408e94e92 (diff) | |
| download | homebrew-41f8a526c591b2fef55d70b61b601d1cf1a92f0b.tar.bz2 | |
subversion - fix audit warning
Diffstat (limited to 'Library/Formula/subversion.rb')
| -rw-r--r-- | Library/Formula/subversion.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index d72e801a8..b55228cbd 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -81,7 +81,7 @@ class Subversion <Formula "--without-berkeley-db"] args << "--enable-javahl" << "--without-jikes" if build_java? - args << "--with-ruby-sitedir=#{prefix}/lib/ruby" if build_ruby? + args << "--with-ruby-sitedir=#{lib}/ruby" if build_ruby? args << "--with-unicode-path" if with_unicode_path? system "./configure", *args |
