We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6283f80 commit 5375478Copy full SHA for 5375478
dkms
@@ -1361,7 +1361,8 @@ do_build()
1361
[[ -e ${built_module_location[$count]}${built_module_name[$count]}$module_uncompressed_suffix ]] && continue
1362
report_build_problem 7 \
1363
$" Build of ${built_module_name[$count]}$module_uncompressed_suffix failed for: $kernelver ($arch)" \
1364
- $"Consult the make.log in the build directory" \
+ $"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" \
1366
$"$dkms_tree/$module/$module_version/build/ for more information."
1367
done
1368
cd - >/dev/null
0 commit comments