diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:34:30 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:34:30 -0500 |
commit | 34a1469aa34c1e1ccfb9efcc855a9eaff33ced4c (patch) | |
tree | 7efdcccf593791ddc120cff6002af1e1f023256d /acinclude.m4 | |
parent | 89134dbe1b019a828ceac1b36106f00888eeab99 (diff) | |
download | k3b-34a1469aa34c1e1ccfb9efcc855a9eaff33ced4c.tar.gz k3b-34a1469aa34c1e1ccfb9efcc855a9eaff33ced4c.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 e6fad7f..5cbd21b 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' |