forked from pool/kernel-source
This commit is contained in:
committed by
Git OBS Bridge
parent
eda8172be5
commit
02d1f8fefb
@@ -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//-/_}
|
||||
|
Reference in New Issue
Block a user