diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:28:38 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:28:38 -0500 |
commit | d3a117d38e35efad3ae12cfdadf84586b051caa1 (patch) | |
tree | f683e7ffc49f71371eeacf02ffc14469aad4f6e0 /acinclude.m4 | |
parent | b7bfc044cfc36e9f048323da43a4030a41e82068 (diff) | |
download | basket-d3a117d38e35efad3ae12cfdadf84586b051caa1.tar.gz basket-d3a117d38e35efad3ae12cfdadf84586b051caa1.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 ce382d1..d8f4dff 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' |