diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:41:09 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:41:09 -0500 |
commit | 1eea5bf2cf6b598ea9b5e7ab338ef27286af7f80 (patch) | |
tree | b2d8b9ba587f60d137c159b593ef9f4c8f90c9c0 /acinclude.m4 | |
parent | 001ed98f805d73a5f9c560891eab3bae488864c7 (diff) | |
download | kcmautostart-1eea5bf2cf6b598ea9b5e7ab338ef27286af7f80.tar.gz kcmautostart-1eea5bf2cf6b598ea9b5e7ab338ef27286af7f80.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 e14ad4c..9f80645 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/kde3/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' |