From 8ccf3b480ed92a7efa59df489b3f0e5dfdcc17d0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Jul 2025 20:46:38 +0900 Subject: Add ksimpleconfig --> tdesimpleconfig to conversion scripts and to r14.1.x backporting script Signed-off-by: Michele Calgaro --- misc/patch-update-for-r14-1-x | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index 851efaf..b120a84 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -23,7 +23,7 @@ Usage: 4. edit commit message to add cherry pick note under signed off clause git commit --amend --no-edit -S and add: - (cherry picked from commit hash>) + (cherry picked from ) USAGE exit 1 @@ -72,3 +72,9 @@ sed -i "$@" \ sed -i "$@" \ -e "s|\btdestandarddirs\.h\b|kstandarddirs.h|g" "$1" \ +# tdesimpleconfig --> ksimpleconfig +# TDESimpleConfig --> KSimpleConfig +sed -i "$@" \ + -e "s|tdesimpleconfig|ksimpleconfig|g" "$1" \ + -e "s|TDESimpleConfig|KSimpleConfig|g" "$1" \ + -- cgit v1.2.3