diff options
Diffstat (limited to 'misc')
-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 5273daa..e324a61 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -64,3 +64,7 @@ sed -i "$@" \ -e "s|\bTDEApp\b|KApp|g" "$1" \ -e "s|\bnoTDEApp\b|noKApp|g" "$1" \ +# tdeglobalaccel.h --> kglobalaccel.h +sed -i "$@" \ + -e "s|\btdeglobalaccel\.h\b|kglobalaccel.h|g" "$1" \ + |