diff options
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" \ + |