diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:04:20 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:04:20 -0500 |
commit | 6c195c7ed6c420b936ccec52e82516c787b77112 (patch) | |
tree | 33c6d12506a2d3dcbc8a96b5b98d25c60151be79 /aclocal.m4 | |
parent | b472d40a757c18fe2af65cc82acf8cfa1a94b360 (diff) | |
download | ksystemlog-6c195c7ed6c420b936ccec52e82516c787b77112.tar.gz ksystemlog-6c195c7ed6c420b936ccec52e82516c787b77112.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
@@ -490,7 +490,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' |