From d9557d4a9edd3087a9104a5a0990d33242ab66a8 Mon Sep 17 00:00:00 2001 From: Christoph J. Thompson Date: Tue, 11 Jan 2011 16:19:08 +0100 Subject: [PATCH 2/2] Update the installation location of the plugin. modified: panel-plugin/Makefile.am --- panel-plugin/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index 2163277..7f80900 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libexecdir)/xfce4/panel-plugins +plugindir = $(libdir)/xfce4/panel/plugins plugin_PROGRAMS = xfce4-netload-plugin LIBS = @LIBS@ @SOLLIBS@ @@ -47,6 +47,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@^$(libdir)/xfce4/panel/plugins^" \ $< > $@ -- 1.7.1