diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-11 02:36:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-11 02:36:14 +0000 |
commit | a2d827da5666904c3002ac1fa6159e46037eafc8 (patch) | |
tree | 524646533341e097331450e19f67298fa686cf6e | |
parent | 47899be0dd8b92fed025a20a90f147e3df7b00dc (diff) | |
download | drakx-backup-do-not-use-a2d827da5666904c3002ac1fa6159e46037eafc8.tar drakx-backup-do-not-use-a2d827da5666904c3002ac1fa6159e46037eafc8.tar.gz drakx-backup-do-not-use-a2d827da5666904c3002ac1fa6159e46037eafc8.tar.bz2 drakx-backup-do-not-use-a2d827da5666904c3002ac1fa6159e46037eafc8.tar.xz drakx-backup-do-not-use-a2d827da5666904c3002ac1fa6159e46037eafc8.zip |
Misleading comment
-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>) { |