summaryrefslogtreecommitdiffstats
path: root/kdoctools/move_kio_help_cache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kdoctools/move_kio_help_cache.sh')
-rw-r--r--kdoctools/move_kio_help_cache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdoctools/move_kio_help_cache.sh b/kdoctools/move_kio_help_cache.sh
index c31331c9e..f1342c5b4 100644
--- a/kdoctools/move_kio_help_cache.sh
+++ b/kdoctools/move_kio_help_cache.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-bas=`tde-config --localprefix`share/apps/kio_help
+bas=`tde-config --localprefix`share/apps/tdeio_help
mv "$bas/cache" "`tde-config --path cache`kio_help"
rmdir "$bas"
exit 0