mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
14 lines
461 B
Diff
14 lines
461 B
Diff
temp workaround
|
|
diff --git a/panel-plugin/Makefile.in b/panel-plugin/Makefile.in
|
|
index 25a3cdd..c1dda42 100644
|
|
--- a/panel-plugin/Makefile.in
|
|
+++ b/panel-plugin/Makefile.in
|
|
@@ -394,7 +394,7 @@ stopwatch_VALABUILTSOURCES = $(stopwatch_VALASOURCES:.vala=.c)
|
|
#
|
|
# Plugin
|
|
#
|
|
-plugindir = $(libexecdir)/xfce4/panel/plugins
|
|
+plugindir = $(libdir)/xfce4/panel/plugins
|
|
plugin_LTLIBRARIES = libstopwatch.la
|
|
libstopwatch_la_SOURCES = \
|
|
$(stopwatch_VALABUILTSOURCES)
|