From cd75f40f975044bf4f346a29bc6c5870071da519 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Tue, 21 Aug 2012 02:45:34 +0000 Subject: [PATCH] Stop dropping /etc/portage and instead drop only its contents. This prevents breakage on later stages as stage1 is the only one that creates /etc/portage. --- modules/stage1_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stage1_target.py b/modules/stage1_target.py index 32e63344..ea29bb0a 100644 --- a/modules/stage1_target.py +++ b/modules/stage1_target.py @@ -32,7 +32,7 @@ class stage1_target(generic_stage_target): "/usr/lib/python2.3/email", "/usr/lib/python2.3/lib-tk",\ "/usr/lib/python2.4/test", "/usr/lib/python2.4/email",\ "/usr/lib/python2.4/lib-tk", "/usr/share/zoneinfo",\ - "/etc/portage"]) + "/etc/portage/*"]) # XXX: How do these override_foo() functions differ from the ones in generic_stage_target and why aren't they in stage3_target? -- 2.26.2