diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:57:34 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:57:34 -0500 |
commit | 635d7597833c77e53589c9c8ce75a3fcd96a8748 (patch) | |
tree | c6430e30549ee36acd0cd9599ef24aec45b90ad5 /acinclude.m4 | |
parent | f1289025618e360b1aa48725340e95965fbed632 (diff) | |
download | konversation-635d7597833c77e53589c9c8ce75a3fcd96a8748.tar.gz konversation-635d7597833c77e53589c9c8ce75a3fcd96a8748.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index c602b98..b0102a8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/trinity/plugins/designer' fi if test -z "$xdg_appsdir"; then - xdg_appsdir='\${datadir}/applications/kde' + xdg_appsdir='\${datadir}/applications/tde' fi if test -z "$xdg_menudir"; then xdg_menudir='\${sysconfdir}/xdg/menus' |