X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;fp=builder;h=579d684c7282e9e11f202b81549d19400cdb5e66;hb=3372c06df26083954dccfc624d8c6463a26b18c0;hp=89e328a628f45ea37cb9ab5b4091131ccf3e38da;hpb=1fe5989217e61dbde51badf99a24c75d7f5455cb;p=moonshot.git diff --git a/builder b/builder index 89e328a..579d684 100755 --- a/builder +++ b/builder @@ -77,7 +77,7 @@ def build(package): print configure_command sys.stdout.flush() run_cmd(configure_command, shell=True) - run_cmd(schroot_command + ' make', shell=true) + run_cmd(schroot_command + ' make', shell=True) def make_install(package): with current_directory(package):