diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:52:29 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:52:29 -0500 |
commit | 9ed478e0dcc46fcc9578ba53a65ae4e412e1f7bd (patch) | |
tree | 349c70a217eb702b3e4177f88021fbb02d50f408 /acinclude.m4 | |
parent | 52453a6c517f057f62c6dc5dd8b746dbe3bf8762 (diff) | |
download | knemo-9ed478e0dcc46fcc9578ba53a65ae4e412e1f7bd.tar.gz knemo-9ed478e0dcc46fcc9578ba53a65ae4e412e1f7bd.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 b376b87..d3d6f06 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' |