diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-07 12:16:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-07 12:16:25 +0900 |
commit | c806662ee453b5049bc559584d9bbb7b90593456 (patch) | |
tree | 8d8ec74a42373568a357aa60c0124a07fc4c74b0 /misc/patch-update-for-r14-1-x | |
parent | 97eb9ff3aecbc86ab674cd5d1f2bfe273a9e368e (diff) | |
download | scripts-c806662ee453b5049bc559584d9bbb7b90593456.tar.gz scripts-c806662ee453b5049bc559584d9bbb7b90593456.zip |
Add kstandarddirs --> tdestandarddirs to conversion scripts and to r14.1.x backporting script
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'misc/patch-update-for-r14-1-x')
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index e324a61..851efaf 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -68,3 +68,7 @@ sed -i "$@" \ sed -i "$@" \ -e "s|\btdeglobalaccel\.h\b|kglobalaccel.h|g" "$1" \ +# tdestandarddirs.h --> kstandarddirs.h +sed -i "$@" \ + -e "s|\btdestandarddirs\.h\b|kstandarddirs.h|g" "$1" \ + |