diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:24:38 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:24:38 -0600 |
commit | 7ccec9def581eca60cd30bbcd6bda08024d81879 (patch) | |
tree | 0fce00f68c063d8d9ad6e4986a3dd76a9819cae5 /doc/api/HowToAddApplicationTemplates.dox | |
parent | 2440b621ccc596299855abed364df856be8afe3a (diff) | |
download | tdevelop-7ccec9def581eca60cd30bbcd6bda08024d81879.tar.gz tdevelop-7ccec9def581eca60cd30bbcd6bda08024d81879.zip |
Fix references to user profile directory.
Diffstat (limited to 'doc/api/HowToAddApplicationTemplates.dox')
-rw-r--r-- | doc/api/HowToAddApplicationTemplates.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/HowToAddApplicationTemplates.dox b/doc/api/HowToAddApplicationTemplates.dox index 21917b11..f53ce4f8 100644 --- a/doc/api/HowToAddApplicationTemplates.dox +++ b/doc/api/HowToAddApplicationTemplates.dox @@ -135,7 +135,7 @@ if [ `id -u` = 0 ]; then # we are root so install the template into the global kde directory kde_dir=`tde-config --prefix` else - # we are a user so install it into $HOME/.kde/share/apps/kdevappwizard directory + # we are a user so install it into $HOME/.trinity/share/apps/kdevappwizard directory kde_dir=`tde-config --localprefix` echo "Note: It would be better to install as root. Press CTRL+C to abort" fi |