diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:05:49 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:05:49 -0500 |
commit | 81f07fcaf7a86a3a722d0535e97715c1f3c0a9e7 (patch) | |
tree | 44ec047fa74bbff12168461d37c9cbfd991b91cb /aclocal.m4 | |
parent | 49714ce62ee7f1f442c45b2e6f2cbadb172d1505 (diff) | |
download | ktechlab-81f07fcaf7a86a3a722d0535e97715c1f3c0a9e7.tar.gz ktechlab-81f07fcaf7a86a3a722d0535e97715c1f3c0a9e7.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
@@ -510,7 +510,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' |