summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-22 17:36:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-22 17:36:41 +0000
commit3501ea18f65d2790e1d4ede91d99003fd3763e8e (patch)
tree492f0698644ba755d80607aa9098bcfa9220521b /perl-install/modules.pm
parent0258f95e67b377774ca14a60028dd4897fceffac (diff)
downloaddrakx-3501ea18f65d2790e1d4ede91d99003fd3763e8e.tar
drakx-3501ea18f65d2790e1d4ede91d99003fd3763e8e.tar.gz
drakx-3501ea18f65d2790e1d4ede91d99003fd3763e8e.tar.bz2
drakx-3501ea18f65d2790e1d4ede91d99003fd3763e8e.tar.xz
drakx-3501ea18f65d2790e1d4ede91d99003fd3763e8e.zip
(load_thiskind): indent as it should be
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 19c3bbe34..c6b853db0 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -640,13 +640,13 @@ sub load_thiskind {
my @try_modules = (
if_($type =~ /scsi/,
- if_(arch() !~ /ppc/, 'imm', 'ppa'),
+ if_(arch() !~ /ppc/, 'imm', 'ppa'),
if_(detect_devices::usbZips(), 'usb-storage'),
),
if_(arch() =~ /ppc/,
- if_($type =~ /scsi/, 'mesh', 'mac53c94'),
- if_($type =~ /net/, 'bmac', 'gmac', 'mace'),
- if_($type =~ /sound/, 'dmasound'),
+ if_($type =~ /scsi/, 'mesh', 'mac53c94'),
+ if_($type =~ /net/, 'bmac', 'gmac', 'mace'),
+ if_($type =~ /sound/, 'dmasound'),
),
);
grep {