Skip to content

Commit 5375478

Browse files
committed
Be more verbose when failing due to missing module
1 parent 6283f80 commit 5375478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dkms

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,8 @@ do_build()
13611361
[[ -e ${built_module_location[$count]}${built_module_name[$count]}$module_uncompressed_suffix ]] && continue
13621362
report_build_problem 7 \
13631363
$" Build of ${built_module_name[$count]}$module_uncompressed_suffix failed for: $kernelver ($arch)" \
1364-
$"Consult the make.log in the build directory" \
1364+
$"Make sure the name of the generated module is correct and at the root of the" \
1365+
$"build directory, or consult make.log in the build directory" \
13651366
$"$dkms_tree/$module/$module_version/build/ for more information."
13661367
done
13671368
cd - >/dev/null

0 commit comments

Comments
 (0)