From 6ea919c658aec7c9fb2be4081df7f6c0145e0730 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 23 Sep 2024 11:13:23 -0600 Subject: [PATCH] stop installing tools/build/Build, gone with ea974028 Signed-off-by: Justin M. Forbes --- kernel.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 461ddabb8..f75eeaed9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2451,7 +2451,6 @@ BuildKernel() { cp -a --parents tools/include/linux/compiler* $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/include/linux/types.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/build/Build.include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - cp --parents tools/build/Build $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp --parents tools/build/fixdep.c $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp --parents tools/objtool/sync-check.sh $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/bpf/resolve_btfids $RPM_BUILD_ROOT/lib/modules/$KernelVer/build