aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/scons.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb
index e903b5df4..c7f355428 100644
--- a/Library/Formula/scons.rb
+++ b/Library/Formula/scons.rb
@@ -6,6 +6,6 @@ class Scons <Formula
md5 'd95c3749438e51db592b854683083965'
def install
- system "python setup.py install", "--prefix=#{prefix}", "--no-version-script", "--standalone-lib"
+ system "python", "setup.py", "install", "--prefix=#{prefix}", "--no-version-script", "--standalone-lib"
end
end