diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:23:49 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:23:49 -0500 |
commit | 201b7cdacdd0c25f4862f21063b72bc19a0f4656 (patch) | |
tree | f310f4b987b88f9fcbef7ad799c3603f914ab343 /aclocal.m4 | |
parent | 57992a41031834a0d33182b486a1aaf96b894cd1 (diff) | |
download | adept-201b7cdacdd0c25f4862f21063b72bc19a0f4656.tar.gz adept-201b7cdacdd0c25f4862f21063b72bc19a0f4656.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' |