summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2015-02-17 19:48:45 -0600
committerLandry Breuil <landry@xfce.org>2015-02-18 21:25:46 +0100
commit3d510420b6289c46dc4821fc2c55d0f3717b1547 (patch)
tree1fc2b6a92aed0824fda0302bcae06d465c06b010 /plugins
parent9f4ec5baa39897188d663a24e5d3f640bc8e7bbc (diff)
downloadthunar-3d510420b6289c46dc4821fc2c55d0f3717b1547.tar.gz
thunar-tpa: Install desktop file to $(datadir)/xfce4/panel/plugins
(instead of $(datadir)/xfce4/panel-plugins/ for consistency with other panel plugins) Signed-off-by: Landry Breuil <landry@xfce.org>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/thunar-tpa/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am
index 063b7066..75002aed 100644
--- a/plugins/thunar-tpa/Makefile.am
+++ b/plugins/thunar-tpa/Makefile.am
@@ -35,7 +35,7 @@ libthunar_tpa_la_LDFLAGS = \
-export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
$(PLATFORM_LDFLAGS)
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
desktop_in_files = thunar-tpa.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@