diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:47:42 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:47:42 -0500 |
commit | 43508d556daf559d403f52bb293fc58e067642d3 (patch) | |
tree | 9096e13fec7902fceb5d4304f83eb4a66c70a329 /acinclude.m4 | |
parent | 94039997e82e345628a4f237e59955faf29b51ba (diff) | |
download | kiosktool-43508d556daf559d403f52bb293fc58e067642d3.tar.gz kiosktool-43508d556daf559d403f52bb293fc58e067642d3.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 3c2124b..fbf3f57 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' |