diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:51:42 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:51:42 -0500 |
commit | 818fcae7c9f59908f0c9e5c3ccafc320849fa184 (patch) | |
tree | 316971e90bdb7d4dd90bfeb6151059c02a7a733a /acinclude.m4 | |
parent | 9261d30080ebb3e712816574f000b75a78f9b8d1 (diff) | |
download | kmymoney-818fcae7c9f59908f0c9e5c3ccafc320849fa184.tar.gz kmymoney-818fcae7c9f59908f0c9e5c3ccafc320849fa184.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 40e3d8b..65cc3df 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' |