From: Zac Medico Date: Mon, 30 Jul 2007 07:53:56 +0000 (-0000) Subject: For bug #186960, try to create a directory for $ROOT if it doesn't exist. (branches... X-Git-Tag: v2.1.2.11~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a3ce5e1902cb7307eacbe3209ca29b62e344a94;p=portage.git For bug #186960, try to create a directory for $ROOT if it doesn't exist. (branches/2.1.2 r7517) svn path=/main/branches/2.1.2.9/; revision=7518 --- diff --git a/pym/portage.py b/pym/portage.py index fcb50d430..08bb6d4ec 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1291,6 +1291,7 @@ class config: target_root = normalize_path(os.path.abspath( target_root)).rstrip(os.path.sep) + os.path.sep + portage_util.ensure_dirs(target_root) check_var_directory("ROOT", target_root) env_d = getconfig(