diff options
Diffstat (limited to 'gentoo')
-rw-r--r-- | gentoo/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py index dcf186a..42f745e 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -870,7 +870,7 @@ class GentooInstall: action = _("Installing stage3") - copy_files(self._prod_root, "/") + self.copy_files(self._prod_root, "/") self._progress.set_text(_("Installation complete")) |