aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scons.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb
index 3d95abd9f..a2f66dca7 100644
--- a/Library/Formula/scons.rb
+++ b/Library/Formula/scons.rb
@@ -7,9 +7,9 @@ class Scons < Formula
def install
man1.install gzip('scons-time.1', 'scons.1', 'sconsign.1')
- system "python", "setup.py", "install",
- "--prefix=#{prefix}",
- "--standalone-lib",
- "--no-version-script", "--no-install-man"
+ system "/usr/bin/python", "setup.py", "install",
+ "--prefix=#{prefix}",
+ "--standalone-lib",
+ "--no-version-script", "--no-install-man"
end
end