diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:12:02 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:12:02 -0500 |
commit | 4c9075e72730eedc8a89936c24b3174539b386f3 (patch) | |
tree | 14ea8d5bf0b58ee27db6adc46cf46895815923e9 /acinclude.m4 | |
parent | bd96e5aafad9b3add1690e695738726640c3d442 (diff) | |
download | libkexiv2-4c9075e72730eedc8a89936c24b3174539b386f3.tar.gz libkexiv2-4c9075e72730eedc8a89936c24b3174539b386f3.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 e6fad7f..5cbd21b 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' |