diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:37:17 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:37:17 -0500 |
commit | 5a35011f9ab387d1d3fad3eb1e5351e9f069f1cb (patch) | |
tree | 245e619d2caf742445b4dc78b83781195db90c5e /acinclude.m4 | |
parent | 57438fdae3da5baf035832077db182fec3b6336f (diff) | |
download | piklab-5a35011f9ab387d1d3fad3eb1e5351e9f069f1cb.tar.gz piklab-5a35011f9ab387d1d3fad3eb1e5351e9f069f1cb.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index d0d1d69..ad9e642 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,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' |