diff options
| author | Adam Vandenberg | 2014-02-25 07:45:01 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-25 20:29:08 -0800 |
| commit | c5c5fe00540b5364b0862b7fb00b88e5873ed99b (patch) | |
| tree | aad9c36f06273d876b1b0a176728fa9577c47d06 /Library/Formula | |
| parent | 3141212de8eb458f0454e6285f4c735011a5c5e5 (diff) | |
| download | homebrew-c5c5fe00540b5364b0862b7fb00b88e5873ed99b.tar.bz2 | |
bsponmpi: use scons helper
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bsponmpi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bsponmpi.rb b/Library/Formula/bsponmpi.rb index 5ee528062..91f6bf3ff 100644 --- a/Library/Formula/bsponmpi.rb +++ b/Library/Formula/bsponmpi.rb @@ -12,7 +12,7 @@ class Bsponmpi < Formula # Don't install 'CVS' folders from tarball rm_rf 'include/CVS' rm_rf 'include/tools/CVS' - system "scons -Q mode=release" + scons "-Q", "mode=release" prefix.install 'lib', 'include' end end |
