diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:06:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:06:36 -0500 |
commit | 2f856f26ca85e9c73175fefad01e16a859d030f7 (patch) | |
tree | 2c08f61584fb160a0854492e7a2cb4bfe91b5677 /aclocal.m4 | |
parent | 42c0f7adc04efd70d5070049b2c25e1c35f2e538 (diff) | |
download | ktorrent-2f856f26ca85e9c73175fefad01e16a859d030f7.tar.gz ktorrent-2f856f26ca85e9c73175fefad01e16a859d030f7.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}/kde3/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' |