From f6bf0fe4ef9d42dfac6eca0bc74d28edde3683eb Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Fri, 29 Mar 2024 22:25:00 +0100 Subject: [PATCH] - more shebang fixes --- kernel.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index b066712..b9d3742 100644 --- a/kernel.spec +++ b/kernel.spec @@ -348,7 +348,6 @@ find -name '*.py' -print0 | \ %{__sed} -i -e '1s,/usr/bin/python$,%{__python},' \ -e '1s,/usr/bin/env python$,%{__python},' \ -e '1s,/usr/bin/env python3$,%{__python3},' \ - drivers/staging/greybus/tools/lbtest \ scripts/bloat-o-meter \ scripts/diffconfig \ scripts/dtc/dt-extract-compatibles \ @@ -374,7 +373,7 @@ find -name '*.pl' -print0 | \ %{__sed} -i -e '1s,/usr/bin/env bash,%{__bash},' \ tools/testing/selftests/powerpc/security/mitigation-patching.sh \ scripts/config \ - scripts/check-local-export + scripts/coccicheck %build install -d %{objdir} -- 2.45.1