From a2d827da5666904c3002ac1fa6159e46037eafc8 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 11 Aug 2004 02:36:14 +0000 Subject: Misleading comment --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') 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>) { -- cgit v1.2.1