diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-20 20:25:56 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-20 20:25:56 +0000 |
commit | 4a7fca6609507096c2f9cc29d4c12b508819e58d (patch) | |
tree | c334897e8d0964a84687a00d5675e5a760d3a7ad | |
parent | 61feeb4d9969e518cc5d440485524277c9e13628 (diff) | |
download | drakx-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 ***
-rw-r--r-- | perl-install/install_any.pm | 2 |
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($) { |