From 3a3ce5e1902cb7307eacbe3209ca29b62e344a94 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Jul 2007 07:53:56 +0000 Subject: 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 --- pym/portage.py | 1 + 1 file changed, 1 insertion(+) 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( -- cgit v1.2.3-1-g7c22