summaryrefslogtreecommitdiffstats
path: root/kdoctools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:45:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:45:00 -0600
commit1281f76995fa76e129d6014eafa637ba8fc71152 (patch)
tree9bf0470f9bc77e48b4624259c72819f61cc41733 /kdoctools
parentcb810cbe208862a88a0f20b3721d05ea7448c8c5 (diff)
downloadtdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.tar.gz
tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.zip
Rename kde-config to tde-config
Diffstat (limited to 'kdoctools')
-rw-r--r--kdoctools/move_kio_help_cache.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdoctools/move_kio_help_cache.sh b/kdoctools/move_kio_help_cache.sh
index 671a73980..c31331c9e 100644
--- a/kdoctools/move_kio_help_cache.sh
+++ b/kdoctools/move_kio_help_cache.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-bas=`kde-config --localprefix`share/apps/kio_help
-mv "$bas/cache" "`kde-config --path cache`kio_help"
+bas=`tde-config --localprefix`share/apps/kio_help
+mv "$bas/cache" "`tde-config --path cache`kio_help"
rmdir "$bas"
exit 0