diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 17:30:11 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 17:30:11 -0500 |
commit | 314d09c81beebfcd3b51383c600cf26d4af2180d (patch) | |
tree | bf54c08f4aaa00c3e8de92369bf0c7631ca5f9d0 /acinclude.m4 | |
parent | 113cc06340527fa278a94a5879dbae660efc80b8 (diff) | |
download | tdeio-apt-314d09c81beebfcd3b51383c600cf26d4af2180d.tar.gz tdeio-apt-314d09c81beebfcd3b51383c600cf26d4af2180d.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 1e8eda5..468849e 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' |