summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-11 02:36:14 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-11 02:36:14 +0000
commita2d827da5666904c3002ac1fa6159e46037eafc8 (patch)
tree524646533341e097331450e19f67298fa686cf6e /perl-install/install_any.pm
parent47899be0dd8b92fed025a20a90f147e3df7b00dc (diff)
downloaddrakx-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
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
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>) {