From cec029e4e802c3f73a426c13144edd7d58a96b4a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 24 Aug 2007 21:33:17 +0000 Subject: drop globetrotter support (unused for quite a long time and superceeded by Mdv One) we should just drop Mdv Move code btw... --- perl-install/do_pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/do_pkgs.pm') diff --git a/perl-install/do_pkgs.pm b/perl-install/do_pkgs.pm index 4ea4d812c..a77d43c11 100644 --- a/perl-install/do_pkgs.pm +++ b/perl-install/do_pkgs.pm @@ -126,7 +126,7 @@ sub in { sub install { my ($do, @l) = @_; log::l("do_pkgs_during_install::install"); - if ($::testing || $::globetrotter) { + if ($::testing) { log::l("i would install packages " . join(' ', @l)); 1; } else { -- cgit v1.2.1