summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pci-resource/update-pci-ids.pl
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-26 17:57:37 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-26 17:57:37 +0000
commit419fe295c656f07d804df82039225a6e6449e434 (patch)
treebe327f85995863902a36ec3b90eded64ceac169e /mdk-stage1/pci-resource/update-pci-ids.pl
parenta4881f694ad7396181d836767edc0f4761667237 (diff)
downloaddrakx-419fe295c656f07d804df82039225a6e6449e434.tar
drakx-419fe295c656f07d804df82039225a6e6449e434.tar.gz
drakx-419fe295c656f07d804df82039225a6e6449e434.tar.bz2
drakx-419fe295c656f07d804df82039225a6e6449e434.tar.xz
drakx-419fe295c656f07d804df82039225a6e6449e434.zip
comply to new "mar -l" format
Diffstat (limited to 'mdk-stage1/pci-resource/update-pci-ids.pl')
-rwxr-xr-xmdk-stage1/pci-resource/update-pci-ids.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/pci-resource/update-pci-ids.pl b/mdk-stage1/pci-resource/update-pci-ids.pl
index 140889213..dee8bcf06 100755
--- a/mdk-stage1/pci-resource/update-pci-ids.pl
+++ b/mdk-stage1/pci-resource/update-pci-ids.pl
@@ -48,7 +48,7 @@ struct pci_module_map ${type}_pci_ids[] = {
printf qq|\t{0x%s , 0x%s , ( "%s" ), ( "%s" )} ,\n|,
$1, $2, $v->[1], $v->[0];
if (defined($check_marfiles)) {
- ($absent{$v->[0]} = 1) if (!grep(/^$v->[0]\.o\s/, @{$modulez{$type}}));
+ ($absent{$v->[0]} = 1) if (!grep(/^\t$v->[0]\.o\s/, @{$modulez{$type}}));
}
}