summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-18 17:49:21 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-18 17:49:21 +0000
commit77e59ab589ad052789ca42df902fee7b7303c11e (patch)
treefdc69e1a257614da9415011502ebfca39456083a /utils
parentdbe767f275a430b2066f91a4808e2a4c8742240d (diff)
downloadanaconda-77e59ab589ad052789ca42df902fee7b7303c11e.tar.gz
anaconda-77e59ab589ad052789ca42df902fee7b7303c11e.tar.xz
anaconda-77e59ab589ad052789ca42df902fee7b7303c11e.zip
more .ko
Diffstat (limited to 'utils')
-rwxr-xr-xutils/filtermoddeps4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/filtermoddeps b/utils/filtermoddeps
index f9ae15604..4e2212d16 100755
--- a/utils/filtermoddeps
+++ b/utils/filtermoddeps
@@ -1,7 +1,7 @@
#!/bin/bash
-perl -e 'while (<>) { if (/\\\n/) { chop; s/\\$//; print;} else { print $_; } }' | grep ':.*o' | sed -e '
-s/\.o//g
+perl -e 'while (<>) { if (/\\\n/) { chop; s/\\$//; print;} else { print $_; } }' | grep ':.*ko' | sed -e '
+s/\.ko//g
s,/[^: ]*/,,g
s/[ ][ ]*/ /g'