Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 24925b3b5fdaed1849fd7e3d9845cd5d > files > 3

bugzilla-5.0.4-1.mga6.src.rpm

diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index f723543..0f2c50f 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -642,7 +642,7 @@ sub print_module_instructions {
     if ($output && $check_results->{any_missing} && !ON_ACTIVESTATE
         && !$check_results->{hide_all}) 
     {
-        print install_string('install_all', { perl => $^X });
+	    #print install_string('install_all', { perl => $^X });
     }
     if (!$check_results->{pass}) {
         print colored(install_string('installation_failed'), COLOR_ERROR),
@@ -791,7 +791,7 @@ sub install_command {
         $package = $module->{package};
     }
     else {
-        $command = "$^X install-module.pl \%s";
+	$command = "urpmi 'perl(\%s)'";
         # Non-Windows installations need to use module names, because
         # CPAN doesn't understand package names.
         $package = $module->{module};