diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:36:26 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:36:26 -0500 |
commit | 1b79e0dc5096467c4adec6083938ba50df351dbd (patch) | |
tree | faf694d7e66611a0fa4e9d87f64d6bc2bac7c9a5 /aclocal.m4 | |
parent | f7b52ab336260d6eb0fba67563bd6f594feabe6a (diff) | |
download | kaffeine-1b79e0dc5096467c4adec6083938ba50df351dbd.tar.gz kaffeine-1b79e0dc5096467c4adec6083938ba50df351dbd.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' |