From c2291d42ccff39452769c2c5d1e62842765dcf7b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 17 Mar 2000 18:28:37 +0000 Subject: *** empty log message *** --- perl-install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index faba585f5..c391b2494 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -722,7 +722,7 @@ sub install($$$;$$) { my ($prefix, $isUpgrade, $toInstall, $depOrder, $media) = @_; my %packages; - return if $::g_auto_install; + return if $::g_auto_install || !scalar(@$toInstall); #- first stage to extract some important informations #- about the packages selected. this is used to select -- cgit v1.2.1