From: "Justin M. Forbes" <[email protected]> The existing call for pathfix.py fails because scripts/gen_compile_commands.py is no longer present. It has been moved to scripts/clang-tools and another script has been added there as well, so fix up the directory.
Signed-off-by: Justin M. Forbes <[email protected]> --- redhat/kernel.spec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index 7cbfb9c139eb..81bdad537a10 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -1252,7 +1252,7 @@ pathfix.py -i "%{__python3} %{py3_shbang_opts}" -p -n \ tools/perf/scripts/python/sched-migration.py \ tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py \ Documentation \ - scripts/gen_compile_commands.py + scripts/clang-tools # only deal with configs if we are going to build for the arch %ifnarch %nobuildarches -- GitLab _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
