From 4a7fca6609507096c2f9cc29d4c12b508819e58d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 20 Oct 1999 20:25:56 +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 9712ca5db..3d00b7d2b 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/; #- this avoid installation of non i586 packages. + s/i386/i586/; $_; } sub getFile($) { -- cgit v1.2.1