summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-10-16 12:29:59 +0000
committerFrancois Pons <fpons@mandriva.com>2003-10-16 12:29:59 +0000
commit1bab15e2b847f7142de235b728692ee1affc9389 (patch)
tree1c44e1f7a0d48c33127322d7fa8b3271218dbfcf /perl-install
parent0fd7fc3b62f0974b96dd5e7c88c1a15dfff28aea (diff)
downloaddrakx-backup-do-not-use-1bab15e2b847f7142de235b728692ee1affc9389.tar
drakx-backup-do-not-use-1bab15e2b847f7142de235b728692ee1affc9389.tar.gz
drakx-backup-do-not-use-1bab15e2b847f7142de235b728692ee1affc9389.tar.bz2
drakx-backup-do-not-use-1bab15e2b847f7142de235b728692ee1affc9389.tar.xz
drakx-backup-do-not-use-1bab15e2b847f7142de235b728692ee1affc9389.zip
fixed small typo.
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
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) ];
}
}