diff options
| author | elliottcable | 2009-10-10 15:47:56 -0800 |
|---|---|---|
| committer | Max Howell | 2009-10-19 04:02:49 +0100 |
| commit | 88192206fcc8c54c709164bfe66f6f759b150bd2 (patch) | |
| tree | f4bc080f5426e33abe41831f517349ff61ff8d2f /Library | |
| parent | df74e86292a005c820b56624a9a1d7222841e346 (diff) | |
| download | homebrew-88192206fcc8c54c709164bfe66f6f759b150bd2.tar.bz2 | |
Some improvements to the Scons formula
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scons.rb | 2 |
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 |
