diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-14 18:42:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-14 18:42:33 +0000 |
commit | eb04d7245ac9f07bf85c756c739657904a6963f6 (patch) | |
tree | ffa0818bc7e04420ab68c414d134bf05643227ec /perl-install/install2.pm | |
parent | f5fe86e85806373518425886ef3772cd0ba7134b (diff) | |
download | drakx-eb04d7245ac9f07bf85c756c739657904a6963f6.tar drakx-eb04d7245ac9f07bf85c756c739657904a6963f6.tar.gz drakx-eb04d7245ac9f07bf85c756c739657904a6963f6.tar.bz2 drakx-eb04d7245ac9f07bf85c756c739657904a6963f6.tar.xz drakx-eb04d7245ac9f07bf85c756c739657904a6963f6.zip |
remove duplicate code
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 68b991685..d750cb67e 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -440,9 +440,6 @@ sub main { eval { spawnShell() }; - $o->{prefix} = $::testing ? "/tmp/test-perl-install" : $::live ? "" : "/mnt"; - mkdir $o->{prefix}, 0755; - modules::load_dependencies(($::testing ? ".." : "") . "/modules/modules.dep"); modules::read_stage1_conf($_) foreach "/tmp/conf.modules", "/etc/modules.conf"; modules::read_already_loaded(); |