diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 17:39:58 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 17:39:58 -0500 |
commit | 35c2e3da6550781c8edcf1fb3f325afd41aac652 (patch) | |
tree | 1579664fbcee6ee0da0aec2f0c638dfb63f79fe0 /acinclude.m4 | |
parent | 5f1fe7dfaf26286f93ec344525af4eee74eb0dcc (diff) | |
download | tde-systemsettings-35c2e3da6550781c8edcf1fb3f325afd41aac652.tar.gz tde-systemsettings-35c2e3da6550781c8edcf1fb3f325afd41aac652.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 178d002..d98e86b 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' |