From 92dc52bb4f162a2e472a8cd38aefb6f1dd098316 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Thu, 19 Feb 2015 18:38:43 -0600 Subject: [PATCH] Install desktop file to $(datadir)/xfce4/panel/plugins/ (for consistency with other panel plugins) --- panel-plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index cb20d72..3e65569 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -39,7 +39,7 @@ endif desktop_in_in_files = xfce4-orageclock-plugin.desktop.in.in desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) -desktopdir = $(datadir)/xfce4/panel-plugins +desktopdir = $(datadir)/xfce4/panel/plugins desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -- 2.3.0