From ac8c6f381131034ea0dbf3ac26f392cbe1cd550d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 14 Feb 2015 15:25:49 +0100 Subject: MageiaUpdate: add all mirrors instead of only updates mirrors when no updates mirrors are defined (mga#12472) Fix by Manuel Hiebel. --- Rpmdrake/pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 211baa2f..d068125b 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -286,7 +286,7 @@ launch the Software Media Manager, and then add a `Security updates' medium. Then, restart %s.", $rpmdrake::myname_update)), myexit(-1); - add_distrib_update_media($urpm, $mirror, only_updates => 1); + add_distrib_update_media($urpm, $mirror, only_updates => 0); } } -- cgit v1.2.1