diff options
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 751551a0e..df5f02ba2 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -750,7 +750,7 @@ sub install_urpmi { print $LIST "$ldir/".$_->filename."\n"; } } else { - #- need to use another method here to build synthesis. + #- need to use another method here to build list file. open(my $F, "parsehdlist '$prefix/var/lib/urpmi/hdlist.$name.cz' |"); local $_; while (<$F>) { |