aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xedit-urpm-sources.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index ada0aa8b..965ae8d3 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -101,7 +101,7 @@ Is it ok to continue?", $rpmdrake::mandrake_release),
) or return 0;
ref $mirror or return;
my $m = $mirror->{url};
- my $is_update = $mirror->{type} eq 'updates';
+ my $is_update = $mirror->{type} eq 'updates'; # because updates media do not provide media.cfg yet
$m .= '/media/main/updates' if $is_update;
my $wait = wait_msg_(N("Please wait, adding media..."));
my $url = $m;