From 51520013f354af4aec254206eb3d74f327bf5101 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 11 Feb 2008 22:57:22 +0000 Subject: use list_modules::load_default_moddeps instead of loading hardcoded /modules/modules.dep --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 871dadfbb..269dd5b7e 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -420,7 +420,7 @@ sub main { eval { install::any::spawnShell() }; - modules::load_dependencies("/modules/modules.dep"); + list_modules::load_default_moddeps(); require modules::any_conf; require modules::modules_conf; $o->{modules_conf} = modules::modules_conf::read(modules::any_conf::vnew(), '/tmp/modules.conf'); -- cgit v1.2.1