summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/crypto.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm
index c9679c736..5121330c0 100644
--- a/perl-install/crypto.pm
+++ b/perl-install/crypto.pm
@@ -115,7 +115,7 @@ sub ftp($) { ftp::new($_[0], dir($_[0])) }
sub getFile {
my ($file, $o_host) = @_;
my $host = $o_host || $crypto::host;
- my $dir = dir($host) . ($file =~ /\.rpm$/ && "/RPMS");
+ my $dir = dir($host);
log::l("getting crypto file $file on directory $dir with login $mirrors{$host}[2]");
my ($ftp, $retr) = ftp::new($host, $dir,
if_($mirrors{$host}[2], $mirrors{$host}[2]),