Skip to content

Commit

Permalink
Subversion: don't hardcode HOMEBREW_PREFIX
Browse files Browse the repository at this point in the history
Closes Homebrew#10147.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
cdlm authored and jacknagel committed Feb 13, 2012
1 parent 62c9955 commit f8bf2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/subversion.rb
Expand Up @@ -65,7 +65,7 @@ def install
"--prefix=#{prefix}",
"--with-ssl",
"--with-zlib=/usr",
"--with-sqlite=/usr/local",
"--with-sqlite=#{HOMEBREW_PREFIX}",
# use our neon, not OS X's
"--disable-neon-version-check",
"--disable-mod-activation",
Expand Down

0 comments on commit f8bf2f3

Please sign in to comment.