diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:31:31 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:31:31 -0500 |
commit | f248a9f1d3ac18909dad517432848d824f35dee7 (patch) | |
tree | 5cfa15a7a0b84231598d705fd675fb09c2e74990 /acinclude.m4 | |
parent | 0565817bc4bac450019db3f1e7cd84e58cd03787 (diff) | |
download | filelight-f248a9f1d3ac18909dad517432848d824f35dee7.tar.gz filelight-f248a9f1d3ac18909dad517432848d824f35dee7.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 620ca51..7eb0445 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' |