diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:27:32 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:27:32 -0500 |
commit | a353c255ba6bd807d8681f66b35664ad9585340d (patch) | |
tree | d4f1dd063242876f4931f69f376835266ae26362 /acinclude.m4 | |
parent | 74043b50a2aee74852cb67b4013163565c001472 (diff) | |
download | amarok-a353c255ba6bd807d8681f66b35664ad9585340d.tar.gz amarok-a353c255ba6bd807d8681f66b35664ad9585340d.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 e6fad7f1..5cbd21b0 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' |