From 6a24ca4166aae4c0b79528286925f46cfeb15c7f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 15 Jun 2004 16:23:56 +0000 Subject: support for globettroter's first time wizard --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index ca4e3631a..6a95c964b 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -412,6 +412,7 @@ sub main { nomouseprobe => sub { $o->{nomouseprobe} = $v }, updatemodules => sub { $o->{updatemodules} = 1 }, move => sub { $::move = 1 }, + globetrotter => sub { $::move = 1; $::globetrotter = 1 }, }}{lc $n}; &$f if $f; } %cmdline; -- cgit v1.2.1