From 9c2d388918cc11b51e8b44d27f3e3b3c5a492edc Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Sat, 14 May 2016 12:12:56 +0200 Subject: [PATCH] use newer xfce4/panel/plugins paths for desktop file --- panel-plugin/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index f37efa2..a3b17b2 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -48,7 +48,7 @@ commandline_LDADD = @LIBXFCE4PANEL_LIBS@ desktop_in_in_files = netload.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@ @@ -61,6 +61,6 @@ DISTCLEANFILES = \ # get full path into .desktop file %.desktop.in: %.desktop.in.in - sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \ + sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel/plugins^" \ $< > $@