X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;h=cedab4feb484e927bf7c83bb5951552a017636df;hb=eb9f2d2cdb2318d900ae2e1ca5a4b35d206fd55e;hp=005de70989097d834e431c8ed37d6d17ce98a7cc;hpb=86b39207abdfb9b0bff6afded7310ca620150268;p=moonshot.git diff --git a/builder b/builder index 005de70..cedab4f 100755 --- a/builder +++ b/builder @@ -72,7 +72,7 @@ def build(package): configure_command = [ './configure'] + configure_opts if len(schroot_command) > 0: - configure_command = [schroot_command.split(' '), "--"] \ + configure_command = schroot_command.split(' ') \ + configure_command print ' '.join(configure_command) sys.stdout.flush()