diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:13:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:13:27 -0500 |
commit | ce6ab4e01b242ba3f0243be563ff6e839beb0b22 (patch) | |
tree | b4b8256c5bfb36d0b4a5fcb3a18105376e83b1cb /acinclude.m4 | |
parent | b4904b5bed2cfbd851265721f9907fdc2962b797 (diff) | |
download | tellico-ce6ab4e01b242ba3f0243be563ff6e839beb0b22.tar.gz tellico-ce6ab4e01b242ba3f0243be563ff6e839beb0b22.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 bfc51e9..815aa55 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -496,7 +496,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' |