diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-11 22:57:22 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-11 22:57:22 +0000 |
commit | 51520013f354af4aec254206eb3d74f327bf5101 (patch) | |
tree | 879c2df0fc410bf95df9fa09e3dc9db7d4ccbc57 /perl-install/install/install2.pm | |
parent | 2e2e813745c9920603ae259e97563c66d6d9ddc6 (diff) | |
download | drakx-51520013f354af4aec254206eb3d74f327bf5101.tar drakx-51520013f354af4aec254206eb3d74f327bf5101.tar.gz drakx-51520013f354af4aec254206eb3d74f327bf5101.tar.bz2 drakx-51520013f354af4aec254206eb3d74f327bf5101.tar.xz drakx-51520013f354af4aec254206eb3d74f327bf5101.zip |
use list_modules::load_default_moddeps instead of loading hardcoded /modules/modules.dep
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r-- | perl-install/install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |