diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 17:24:27 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 17:24:27 -0500 |
commit | 9c5db19d8398e16e35eddf4e604a27e223e17766 (patch) | |
tree | b72f77a2580b33d1d4c3785ffcf6316d537f3793 /acinclude.m4 | |
parent | 14f740c26f407bcf15bf169fa2657c75a5e598aa (diff) | |
download | compizconfig-backend-tdeconfig-9c5db19d8398e16e35eddf4e604a27e223e17766.tar.gz compizconfig-backend-tdeconfig-9c5db19d8398e16e35eddf4e604a27e223e17766.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 f6064e5..d6eeb75 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' |