1
0
forked from pool/kernel-source
OBS User unknown
2008-10-11 22:19:34 +00:00
committed by Git OBS Bridge
parent eda8172be5
commit 02d1f8fefb
63 changed files with 313184 additions and 2068 deletions

View File

@@ -15,7 +15,7 @@ done
# Check if any installed module was not listed
status=
cd $modpath
for module in $(find . -name '*.ko'); do
for module in $(find . -name '*.ko' | sort); do
module=${module%.ko}
m=${module##*/}
m=${m//-/_}