diff options
author | Slávek Banko <[email protected]> | 2025-01-12 11:21:35 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2025-01-12 11:22:41 +0100 |
commit | 09da29792fa97588d71481f66ea80d0159c65cec (patch) | |
tree | a5ee01a4b2377e890623262ee898e29cfa12b595 | |
parent | c818dd0b9a3af1d324490ede87d39ca877b1cf20 (diff) | |
download | scripts-09da29792fa97588d71481f66ea80d0159c65cec.tar.gz scripts-09da29792fa97588d71481f66ea80d0159c65cec.zip |
Signed-off-by: Slávek Banko <[email protected]>
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index 2a15b9d..bc0383b 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -42,16 +42,16 @@ sed -i "$@" \ -e "s|tdeappdcopinterface|kappdcopiface|g" \ -e "s|tdeappdcopiface|kappdcopiface|g" \ -e "s|m_TDEAppDCOPInterface|m_KAppDCOPInterface|g" \ - -e "s|TDEAPPDCOP_INTERFACE_H|KAPPDCOP_INTERFACE_H|g" + -e "s|TDEAPPDCOP_INTERFACE_H|KAPPDCOP_INTERFACE_H|g" \ # tdeprocctrl --> kprocctrl # tdeprocess --> kprocess # TDEProcIO --> KProcIO sed -i "$@" \ -e "s|tdeprocctrl|kprocctrl|g" \ - -e "s|tdeprocess|kprocess|g" - -e "s|TDEProcIO|KProcIO|g" - -e "s|tdeprocio|kprocio|g" + -e "s|tdeprocess|kprocess|g" \ + -e "s|TDEProcIO|KProcIO|g" \ + -e "s|tdeprocio|kprocio|g" \ # tdecrash --> kcrash sed -i "$@" \ |