[Xfce4-commits] <xfce4-diskperf-plugin:master> oops, install under libdir not libexecdir
Landry Breuil
noreply at xfce.org
Mon Apr 9 19:06:23 CEST 2012
Updating branch refs/heads/master
to 37005a3f60600b23bc20da712857b84506cf2995 (commit)
from 5d33433563b708c2df5ffbced230401b28f1067c (commit)
commit 37005a3f60600b23bc20da712857b84506cf2995
Author: Landry Breuil <landry at xfce.org>
Date: Mon Apr 9 17:40:59 2012 +0200
oops, install under libdir not libexecdir
panel-plugin/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 00e2416..602ecea 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES = \
#
# Diskperf Plugin
#
-plugindir = $(libexecdir)/xfce4/panel/plugins
+plugindir = $(libdir)/xfce4/panel/plugins
plugin_LTLIBRARIES = libdiskperf.la
More information about the Xfce4-commits
mailing list