diff options
-rw-r--r-- | perl-install/install/media.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm index 2b6a044f1..a9bd3c299 100644 --- a/perl-install/install/media.pm +++ b/perl-install/install/media.pm @@ -699,7 +699,7 @@ sub get_medium { log::l("trying to read $m->{rel_hdlist} for medium '$m->{fakemedium}'"); #- copy hdlist file directly to urpmi directory, this will be used - #- for getting header of package during installation or after by urpmi. + #- for getting header of package during installation. my $hdlist = hdlist_on_disk($m); { getAndSaveFile_progress($in_wait, N("Downloading file %s...", $m->{rel_hdlist}), |