diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:00:23 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:00:23 -0500 |
commit | 8697f81d6615f91e529a57b0136ce4347b4f37c9 (patch) | |
tree | ca3652e75532102036973958bb8d7e31382978b2 /acinclude.m4 | |
parent | 6301689af8246d4f01eca2fe8d7c2f2ecfff7248 (diff) | |
download | krename-8697f81d6615f91e529a57b0136ce4347b4f37c9.tar.gz krename-8697f81d6615f91e529a57b0136ce4347b4f37c9.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 4d10a03..970f045 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' |