commit: 7c125f7132e06ab5483913dc2c11fde3dd7facbe
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 21:56:57 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 21:56:57 2025 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7c125f71
I'm buying a ]
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
catalyst/base/stagebase.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 417b4b74..74a73fca 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1375,7 +1375,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
# Ensure that the repo dir and all its contents are owned by portage
if
os.path.exists(self.settings['stage_path']+self.settings['repo_basedir']):
cmd(['chown', '-R', 'portage:portage',
- self.settings['stage_path']+self.settings['repo_basedir'])
+ self.settings['stage_path']+self.settings['repo_basedir']])
if "sticky-config" not in self.settings["options"]:
# re-write the make.conf to be sure it is clean