summaryrefslogtreecommitdiffstats
path: root/perl-install/do_pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-24 21:33:17 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-24 21:33:17 +0000
commitcec029e4e802c3f73a426c13144edd7d58a96b4a (patch)
treedce42e35fc7d8bae731bbfc16b8a39cbc23de31e /perl-install/do_pkgs.pm
parent41a734bc6e663894da6983cc2f0bf7ef3a98a4a7 (diff)
downloaddrakx-backup-do-not-use-cec029e4e802c3f73a426c13144edd7d58a96b4a.tar
drakx-backup-do-not-use-cec029e4e802c3f73a426c13144edd7d58a96b4a.tar.gz
drakx-backup-do-not-use-cec029e4e802c3f73a426c13144edd7d58a96b4a.tar.bz2
drakx-backup-do-not-use-cec029e4e802c3f73a426c13144edd7d58a96b4a.tar.xz
drakx-backup-do-not-use-cec029e4e802c3f73a426c13144edd7d58a96b4a.zip
drop globetrotter support (unused for quite a long time and superceeded by Mdv One)
we should just drop Mdv Move code btw...
Diffstat (limited to 'perl-install/do_pkgs.pm')
-rw-r--r--perl-install/do_pkgs.pm2
1 files changed, 1 insertions, 1 deletions
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 {