summaryrefslogtreecommitdiffstats
path: root/perl-install/do_pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-15 16:23:56 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-15 16:23:56 +0000
commit6a24ca4166aae4c0b79528286925f46cfeb15c7f (patch)
tree2b436969ad910f65842975a485990ae2a5036ec9 /perl-install/do_pkgs.pm
parent05352defbc710b2c804a69cae27adecb466ad2f6 (diff)
downloaddrakx-backup-do-not-use-6a24ca4166aae4c0b79528286925f46cfeb15c7f.tar
drakx-backup-do-not-use-6a24ca4166aae4c0b79528286925f46cfeb15c7f.tar.gz
drakx-backup-do-not-use-6a24ca4166aae4c0b79528286925f46cfeb15c7f.tar.bz2
drakx-backup-do-not-use-6a24ca4166aae4c0b79528286925f46cfeb15c7f.tar.xz
drakx-backup-do-not-use-6a24ca4166aae4c0b79528286925f46cfeb15c7f.zip
support for globettroter's first time wizard
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 11cb4e84b..eff29a3dc 100644
--- a/perl-install/do_pkgs.pm
+++ b/perl-install/do_pkgs.pm
@@ -57,7 +57,7 @@ sub new {
sub install {
my ($do, @l) = @_;
log::l("do_pkgs_during_install::install");
- if ($::testing) {
+ if ($::testing || $::globetrotter) {
log::l("i would install packages " . join(' ', @l));
return 1;
} else {