git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@87
d1e1f19c-881f-0410-ab34-
b69fee027534
self.mount_safety_check()
cmd("rm -rf "+self.settings["chroot_path"],"Could not remove existing directory: "+self.settings["chroot_path"])
os.makedirs(self.settings["chroot_path"])
- if self.settings.has_key["PKGCACHE"]:
+ if self.settings.has_key("PKGCACHE"):
if not os.path.exists(self.settings["pkgcache_path"]):
os.makedirs(self.settings["pkgcache_path"])