Create build directory
authorSam Hartman <hartmans@debian.org>
Sat, 30 Oct 2010 16:44:45 +0000 (12:44 -0400)
committerSam Hartman <hartmans@debian.org>
Sat, 30 Oct 2010 16:44:45 +0000 (12:44 -0400)
debian-builder

index 3f625a0..689d017 100755 (executable)
@@ -101,6 +101,10 @@ def gen_package_files() :
                  shell = True)
         
 try:
+    os.makedirs(build_place)
+except OSError: pass
+
+try:
     for p in packages:
         gen_package_files()
         build(p)