From d402a1848a17ee73540d22ffc5e291a4b87626c5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 10 Oct 2003 14:38:08 +0000 Subject: configure automatically XFree and allow to launch interactive_gtk with it --- perl-install/install2.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index d021f37c8..cdba1e737 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -429,12 +429,9 @@ sub main { if ($::move) { require move; move::init(); - $::mdkinst = ''; - } else { - $::mdkinst = 'Mandrake/mdkinst'; } - $o->{prefix} = $::prefix = $::testing ? "/tmp/test-perl-install" : $::live ? "" : "/mnt"; + $o->{prefix} = $::prefix = $::testing ? "/tmp/test-perl-install" : $::live || $::move ? "" : "/mnt"; $o->{isUpgrade} = 1 if $::live; mkdir $o->{prefix}, 0755; devices::make("/dev/zero"); #- needed by ddcxinfos -- cgit v1.2.1