From eb04d7245ac9f07bf85c756c739657904a6963f6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Jan 2003 18:42:33 +0000 Subject: remove duplicate code --- perl-install/install2.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/install2.pm') 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(); -- cgit v1.2.1