diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:11:11 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:11:11 -0500 |
commit | 32c287f8703d52ad8727eb6c64a8af26ab3d3166 (patch) | |
tree | 0f5506d77eea5391bda307dd81ab0fb28296c868 | |
parent | e5f4ffed17523fcdfae9bd9c6e8686dbd2f80293 (diff) | |
download | libksquirrel-32c287f8703d52ad8727eb6c64a8af26ab3d3166.tar.gz libksquirrel-32c287f8703d52ad8727eb6c64a8af26ab3d3166.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 6405cbc..e6fd5bf 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' |