[Xfce4-commits] [panel-plugins/xfce4-stopwatch-plugin] 01/01: Fix plugindir

noreply at xfce.org noreply at xfce.org
Wed Aug 21 11:32:33 CEST 2019


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

n   c   o   p   a       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-stopwatch-plugin.

commit fa492eeef584bafb06863b71c860254b230cc3f6
Author: Natanael Copa <ncopa at 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.


More information about the Xfce4-commits mailing list