From 786bfaa073b3ca31edaf4da1ca559433d028f4ad Mon Sep 17 00:00:00 2001 From: Christoph J. Thompson Date: Sun, 23 Jan 2011 17:46:57 +0100 Subject: [PATCH 2/2] Change install location of the panel plug-in to libdir instead of libexecdir. modified: panel-plugin/Makefile.am --- panel-plugin/Makefile.am | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index fab88db..9b38355 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -plugindir = $(libexecdir)/xfce4/panel-plugins +plugindir = $(libdir)/xfce4/panel/plugins plugin_PROGRAMS = xfce4-sensors-plugin INCLUDES = \ @@ -42,7 +42,7 @@ xfce4_sensors_plugin_LDADD = \ # .desktop file # -# Some automake trickery here. Because we cannot use $(libexecdir) in the +# Some automake trickery here. Because we cannot use $(libdir) in the # automake stage, we'll use sed to get the full path into the .desktop file. # We also need to let intltool merge the translated fields, so we add an # additional level of indirection: a .desktop.in.in file. @@ -62,6 +62,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