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 /aclocal.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 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -501,7 +501,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' |