summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-18 15:23:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-18 15:23:34 +0000
commitcabec45b66bf300e72243d842d7c5267bdbf6b23 (patch)
tree284a864835c3daee3d63704a3d9076e28ed0c5f1 /perl-install/install2.pm
parent739d2dead3c6afd511fa478df666c84739d6930b (diff)
downloaddrakx-cabec45b66bf300e72243d842d7c5267bdbf6b23.tar
drakx-cabec45b66bf300e72243d842d7c5267bdbf6b23.tar.gz
drakx-cabec45b66bf300e72243d842d7c5267bdbf6b23.tar.bz2
drakx-cabec45b66bf300e72243d842d7c5267bdbf6b23.tar.xz
drakx-cabec45b66bf300e72243d842d7c5267bdbf6b23.zip
enumerate the various required packages when requiring a package dynamically known
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 9584641ae..f737dc00a 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -491,6 +491,9 @@ sub main {
log::l("switching to newt install cuz not enough memory");
$o->{interactive} = "newt";
}
+ # perl_checker: require install_steps_gtk
+ # perl_checker: require install_steps_newt
+ # perl_checker: require install_steps_stdio
require "install_steps_$o->{interactive}.pm" if $o->{interactive};
#- needed before accessing floppy (in case of usb floppy)