]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
no need to clean tmpdir separately
authorElan Ruusamäe <glen@delfi.ee>
Sat, 27 Oct 2012 14:28:36 +0000 (16:28 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 27 Oct 2012 14:28:36 +0000 (16:28 +0200)
PLD_Builder/install.py

index 6cc8edcc3a2b718151b6416b965319782f1c617f..b0fb1bf1645e5827cd3082bc7b469901f1b2dee6 100644 (file)
@@ -118,10 +118,8 @@ def uninstall_self_conflict(b):
             conflicting[m.group('name')] = 1
     f.close()
     if len(conflicting) and not uninstall(conflicting, b):
-        chroot.run("rm -rf %s" % tmpdir)
         return False
     b.log_line("no BuildConflicts found")
-    chroot.run("rm -rf %s" % tmpdir)
     return True
 
 def install_br(r, b):
This page took 0.188066 seconds and 4 git commands to generate.