diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:49:43 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:49:43 -0500 |
commit | 6857c42c073b3a933819ecda94067845a26b3d19 (patch) | |
tree | bdf7cc85a9bc02a44115810281122da6bf1781bd /acinclude.m4 | |
parent | 366a866510dbcf2b6a26032da9abc414b0af93bb (diff) | |
download | kmplayer-6857c42c073b3a933819ecda94067845a26b3d19.tar.gz kmplayer-6857c42c073b3a933819ecda94067845a26b3d19.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 4ad52a5..3801232 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' |