diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 17:23:49 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 17:23:49 -0500 |
commit | 201b7cdacdd0c25f4862f21063b72bc19a0f4656 (patch) | |
tree | f310f4b987b88f9fcbef7ad799c3603f914ab343 /acinclude.m4 | |
parent | 57992a41031834a0d33182b486a1aaf96b894cd1 (diff) | |
download | adept-201b7cdacdd0c25f4862f21063b72bc19a0f4656.tar.gz adept-201b7cdacdd0c25f4862f21063b72bc19a0f4656.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 765bcb8..5473df7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -529,7 +529,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' |