diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:08:26 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:08:26 -0500 |
commit | 7d5363afb4884f2f5a2cb1a0fc25636d90dd23a4 (patch) | |
tree | e9c4598049c3c889745d16ed9477e3fcbbbf3ba1 /acinclude.m4 | |
parent | 01649f072bd1178330d506138a28078f47bb092b (diff) | |
download | kvpnc-7d5363afb4884f2f5a2cb1a0fc25636d90dd23a4.tar.gz kvpnc-7d5363afb4884f2f5a2cb1a0fc25636d90dd23a4.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 1c5bf58..3e9154b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/kde3/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' |