summaryrefslogtreecommitdiffstats
path: root/misc/patch-update-for-r14-1-x
diff options
context:
space:
mode:
Diffstat (limited to 'misc/patch-update-for-r14-1-x')
-rwxr-xr-xmisc/patch-update-for-r14-1-x4
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 58e7d47..2a15b9d 100755
--- a/misc/patch-update-for-r14-1-x
+++ b/misc/patch-update-for-r14-1-x
@@ -52,3 +52,7 @@ sed -i "$@" \
-e "s|tdeprocess|kprocess|g"
-e "s|TDEProcIO|KProcIO|g"
-e "s|tdeprocio|kprocio|g"
+
+# tdecrash --> kcrash
+sed -i "$@" \
+ -e "s|tdecrash|kcrash|g" \