summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-10-20 20:25:56 +0000
committerFrancois Pons <fpons@mandriva.com>1999-10-20 20:25:56 +0000
commit4a7fca6609507096c2f9cc29d4c12b508819e58d (patch)
treec334897e8d0964a84687a00d5675e5a760d3a7ad /perl-install/install_any.pm
parent61feeb4d9969e518cc5d440485524277c9e13628 (diff)
downloaddrakx-backup-do-not-use-4a7fca6609507096c2f9cc29d4c12b508819e58d.tar
drakx-backup-do-not-use-4a7fca6609507096c2f9cc29d4c12b508819e58d.tar.gz
drakx-backup-do-not-use-4a7fca6609507096c2f9cc29d4c12b508819e58d.tar.bz2
drakx-backup-do-not-use-4a7fca6609507096c2f9cc29d4c12b508819e58d.tar.xz
drakx-backup-do-not-use-4a7fca6609507096c2f9cc29d4c12b508819e58d.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-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($) {