diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:38:47 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:38:47 -0500 |
commit | 2596caab944815581502e89b75532fa4b07c819f (patch) | |
tree | 8f1b74148ac0b783f82416051a280f086ab4d69f /acinclude.m4 | |
parent | c1fee5b44ba8012b7b9ce3b8fb359068b7c72c8b (diff) | |
download | kbarcode-2596caab944815581502e89b75532fa4b07c819f.tar.gz kbarcode-2596caab944815581502e89b75532fa4b07c819f.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 0af4394..54b39a3 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' |