[packages/kernel] fix shebang in coccicheck

atler atler at pld-linux.org
Wed Apr 26 12:05:10 CEST 2023


commit 5ef05d1d4cf1e7cfb724ca0193639cd108902ebd
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Apr 26 11:46:50 2023 +0200

    fix shebang in coccicheck

 kernel.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/kernel.spec b/kernel.spec
index 4e8d228d..7b3e7373 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -725,7 +725,8 @@ 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/check-local-export \
+	scripts/coccicheck
 
 %build
 install -d %{objdir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/a95474751dba47ecca47614d8e530e1dbdbeb5a2



More information about the pld-cvs-commit mailing list