aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 07:45:01 -0800
committerAdam Vandenberg2014-02-25 20:29:08 -0800
commitc5c5fe00540b5364b0862b7fb00b88e5873ed99b (patch)
treeaad9c36f06273d876b1b0a176728fa9577c47d06 /Library/Formula
parent3141212de8eb458f0454e6285f4c735011a5c5e5 (diff)
downloadhomebrew-c5c5fe00540b5364b0862b7fb00b88e5873ed99b.tar.bz2
bsponmpi: use scons helper
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bsponmpi.rb2
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