diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 20:46:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 20:49:15 +0900 |
commit | 8ccf3b480ed92a7efa59df489b3f0e5dfdcc17d0 (patch) | |
tree | 80c44c779cd29408e08d93785b896c8c18f44b7d /misc | |
parent | 33cacb6e279068d00f951e1726fed140a009f78c (diff) | |
download | scripts-8ccf3b480ed92a7efa59df489b3f0e5dfdcc17d0.tar.gz scripts-8ccf3b480ed92a7efa59df489b3f0e5dfdcc17d0.zip |
Add ksimpleconfig --> tdesimpleconfig to conversion scripts and to r14.1.x backporting script
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 8 |
1 files changed, 7 insertions, 1 deletions
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 <commit hash>) 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" \ + |