split command and arguments to system call
This commit is contained in:
parent
bd4e1d3a9f
commit
ec31bc9999
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue