From 1216bfecfcf4e46a36f2b6e9f3681c5641af7ce0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Jun 2000 11:16:00 +0000 Subject: *** empty log message *** --- perl-install/crypto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 7f96874ee..2465c675d 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -30,7 +30,7 @@ sub require2package { $deps{$_[0]} || $_[0] } sub mirror2text($) { $mirrors{$_[0]} && "$mirrors{$_[0]}[0] ($_[0])" } sub mirrorstext() { map { mirror2text($_) } keys %mirrors } sub text2mirror($) { first($_[0] =~ /\((.*)\)$/) } -sub dir { $mirrors{$_[0]}[1] . '/' . (arch() !~ /i386/ && arch() . '/') . $::VERSION } +sub dir { $mirrors{$_[0]}[1] . '/' . (arch() !~ /i.86/ && arch() . '/') . $::VERSION } sub ftp($) { ftp::new($_[0], dir($_[0])) } sub getFile($$) { -- cgit v1.2.1