diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:50:40 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:50:40 -0500 |
commit | f841742f60a6536deca3879ff072784a9724f785 (patch) | |
tree | 46f93c47c8ae0a36c108b116001736f60359385a /acinclude.m4 | |
parent | 2e1ee8691effcfd15eedf25dc5460952d20c1722 (diff) | |
download | kmyfirewall-f841742f60a6536deca3879ff072784a9724f785.tar.gz kmyfirewall-f841742f60a6536deca3879ff072784a9724f785.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 574dbaf..6f5e3e1 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' |