subversion - fix audit warning

master
Adam Vandenberg 2010-09-06 12:20:09 -07:00
parent 64ebd99016
commit 9ab86b7dea
1 changed files with 1 additions and 1 deletions

View File

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