aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index 3b054f4b..1639c37a 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -68,7 +68,8 @@ distribution (%s).
I need to contact the Mandrakesoft website to get the mirror list.
Please check that your network is currently running.
-Is it ok to continue?", $rpmdrake::mandrake_release)
+Is it ok to continue?", $rpmdrake::mandrake_release),
+ want_base_distro => 1,
) or return 0;
my $wait = wait_msg(N("Please wait, adding media..."));
my $url = make_url_mirror_dist($m);