diff options
| author | Adam Vandenberg | 2014-02-25 07:43:24 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-25 20:29:09 -0800 |
| commit | 925cddccd803efd97fe26e897877a9a6e9fb4256 (patch) | |
| tree | b93fbf5b3d7821bdca496a92cb06bd02d7d222e5 /Library | |
| parent | 1160957b4ec7d409bd522fe44613500964fb4607 (diff) | |
| download | homebrew-925cddccd803efd97fe26e897877a9a6e9fb4256.tar.bz2 | |
subversion: use scons helper
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/subversion.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index ec3dcbfe4..6dec3e5cb 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -76,8 +76,8 @@ class Subversion < Formula args = %W[PREFIX=#{serf_prefix} GSSAPI=/usr CC=#{ENV.cc} CFLAGS=#{ENV.cflags} LINKFLAGS=#{ENV.ldflags}] args << "OPENSSL=#{Formula.factory('openssl').opt_prefix}" if build.with? 'brewed-openssl' - system "scons", *args - system "scons install" + scons *args + scons "install" end if build.include? 'unicode-path' |
