summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-09-09 20:52:13 +0000
committerBill Nottingham <notting@redhat.com>2005-09-09 20:52:13 +0000
commite84c097d151069e0247af3838cf802bc0d7d4060 (patch)
tree9a2844499d6504650ca433e8773bf23fc15eb561 /scripts
parentebbf774eb9f0551ed245d0edf28f28231ef2757a (diff)
Fix tyop.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index e1fe97b01..090f611d2 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -1,4 +1,4 @@
-#!/bin/bash
+ #!/bin/bash
LANG=C
PATH=$PATH:/sbin:/usr/sbin
@@ -311,7 +311,7 @@ makemoduleball() {
getmoddeps "$(find . -name *.ko)" ../modules.dep
# create the modules.alias file
- $TRIMMODALIAS $(find . -name *.ko -exec basename {} \;) < $MODALAIS > ../modules.alias
+ $TRIMMODALIAS $(find . -name *.ko -exec basename {} \;) < $MODALIAS > ../modules.alias
# create the pci.ids, from modules.alias and the X driver aliases
awk '!/^(\t\t|#)/ { print ;if ($0 == "ffff Illegal Vendor ID") nextfile; }' < $PCIIDS | \