From 1bab15e2b847f7142de235b728692ee1affc9389 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 16 Oct 2003 12:29:59 +0000 Subject: fixed small typo. --- perl-install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 7a777e0ba..2f7f62ce9 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -418,7 +418,7 @@ sub psUsingHdlist { if (!$o_fhdlist || $o_pubkey) { $m->{pubkey} = $o_pubkey; unless ($m->{pubkey}) { - my $pubkey = $o_fpubkey || install_any::getFile("Mandrake/base/pubkey" . ($hdlist =~ /hdlist(\S*)\.cz2?/ && $1)); + my $pubkey = install_any::getFile("Mandrake/base/pubkey" . ($hdlist =~ /hdlist(\S*)\.cz2?/ && $1)); $m->{pubkey} = [ $packages->parse_armored_file($pubkey) ]; } } -- cgit v1.2.1