diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:12:57 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:12:57 -0500 |
commit | 49f482a249d42a5f8d9076f0c59515d3ea28d56f (patch) | |
tree | a16034ad7ca86eb0f6ad669ad5b9c6d1e0c1df01 /acinclude.m4 | |
parent | 9a27e1b47fc4d35a2c83007dfe4ee753440ac3e3 (diff) | |
download | kipi-plugins-49f482a249d42a5f8d9076f0c59515d3ea28d56f.tar.gz kipi-plugins-49f482a249d42a5f8d9076f0c59515d3ea28d56f.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 103e956..ea3168e 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' |