diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:37:45 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:37:45 -0500 |
commit | 3f9e1840fb7ce5235b34b8977b2cbae98e95b212 (patch) | |
tree | 5e539edb8f310926c887edab27263940e63e960a /acinclude.m4 | |
parent | 1179935f0a833e7d43cb27509456fc6812503afa (diff) | |
download | katapult-3f9e1840fb7ce5235b34b8977b2cbae98e95b212.tar.gz katapult-3f9e1840fb7ce5235b34b8977b2cbae98e95b212.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 affdd97..0043966 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' |