diff options
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 3 |
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); |