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