From ff0d38f371057e641bbc4ad7c4801db3eaf4b81e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 31 Aug 2011 21:25:42 -0700 Subject: scons: always use system Python Fixes #5794 --- Library/Formula/scons.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3