From cabec45b66bf300e72243d842d7c5267bdbf6b23 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 18 Dec 2002 15:23:34 +0000 Subject: enumerate the various required packages when requiring a package dynamically known --- perl-install/install2.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install2.pm') 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) -- cgit v1.2.1