From 3e112ce55d0d261931bf367e9243aedda5ae4897 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 20 Oct 1999 16:05:08 +0000 Subject: *** empty log message *** --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 3d00b7d2b..9712ca5db 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -32,7 +32,7 @@ sub relGetFile($) { my $dir = m|/| ? "mdkinst" : (member($_, qw(compss compssList depslist hdlist)) ? "base" : "RPMS"); $_ = "Mandrake/$dir/$_"; - s/i386/i586/; + #- s/i386/i586/; #- this avoid installation of non i586 packages. $_; } sub getFile($) { -- cgit v1.2.1