summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
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($) {