From b5599eddf576ab0d563e2a75c576fd5f24bd61e5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Sep 2006 10:46:31 +0000 Subject: (easy_add_callback) comment a hack --- edit-urpm-sources.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1