OBS User unknown
2008-10-09 12:44:05 +00:00
committed by Git OBS Bridge
parent 4574819de2
commit eda8172be5
59 changed files with 1244 additions and 294312 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' | sort); do
for module in $(find . -name '*.ko'); do
module=${module%.ko}
m=${module##*/}
m=${m//-/_}