diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-03-05 17:10:28 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-03-05 17:10:28 +0000 |
commit | ae4adef1b20fc6084f23a8d32268b2f94226810e (patch) | |
tree | 243569a4a90056c99b0b63bf37ad5bcb6e47cb43 /utils | |
parent | 13b9438b999f9b143a73149278d9892591056a1e (diff) | |
download | anaconda-ae4adef1b20fc6084f23a8d32268b2f94226810e.tar.gz anaconda-ae4adef1b20fc6084f23a8d32268b2f94226810e.tar.xz anaconda-ae4adef1b20fc6084f23a8d32268b2f94226810e.zip |
hey this will help us to get a modules.pcimap (#116357)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/trimmodmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/trimmodmap b/utils/trimmodmap index c33e60dd9..0d87114c8 100644 --- a/utils/trimmodmap +++ b/utils/trimmodmap @@ -7,7 +7,7 @@ close (F); shift @ARGV; foreach $n (@ARGV) { - $n =~ s/\.o$//; + $n =~ s/\.ko$//; $mods{"$n"} = $n; } |