aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorelliottcable2009-10-10 15:47:56 -0800
committerMax Howell2009-10-19 04:02:49 +0100
commit88192206fcc8c54c709164bfe66f6f759b150bd2 (patch)
treef4bc080f5426e33abe41831f517349ff61ff8d2f /Library
parentdf74e86292a005c820b56624a9a1d7222841e346 (diff)
downloadhomebrew-88192206fcc8c54c709164bfe66f6f759b150bd2.tar.bz2
Some improvements to the Scons formula
Diffstat (limited to 'Library')
-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 7dc8b7f64..e903b5df4 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}"
+ system "python setup.py install", "--prefix=#{prefix}", "--no-version-script", "--standalone-lib"
end
end