This is an automated email from the git hooks/post-receive script.

ncopa pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-stopwatch-plugin.

commit fa492eeef584bafb06863b71c860254b230cc3f6
Author: Natanael Copa <nc...@alpinelinux.org>
Date:   Wed Aug 21 10:34:33 2019 +0200

    Fix plugindir
    
    Use libdir instead of libexecdir
---
 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 5975d76..b4256b0 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -28,7 +28,7 @@ endif
 # Plugin
 #
 
-plugindir = $(libexecdir)/xfce4/panel/plugins
+plugindir = $(libdir)/xfce4/panel/plugins
 plugin_LTLIBRARIES = libstopwatch.la
 
 libstopwatch_la_SOURCES =                                      \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to