Leigh Scott ff90f76
diff -uNrp a/meson.build b/meson.build
Leigh Scott ff90f76
--- a/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/meson.build	2020-10-22 23:31:11.884196203 +0100
Leigh Scott ff90f76
@@ -15,6 +15,7 @@ prefix = get_option('prefix')
Leigh Scott ff90f76
 bindir = get_option('bindir')
Leigh Scott ff90f76
 datadir = get_option('datadir')
Leigh Scott ff90f76
 libdir = get_option('libdir')
Leigh Scott ff90f76
+libexecdir = get_option('libexecdir')
Leigh Scott ff90f76
 includedir = get_option('includedir')
Leigh Scott ff90f76
 desktopdir = join_paths(datadir, 'applications')
Leigh Scott ff90f76
 schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
Leigh Scott ff90f76
@@ -115,7 +116,7 @@ csd_conf.set_quoted('PACKAGE', meson.pro
Leigh Scott ff90f76
 csd_conf.set_quoted('PACKAGE_NAME', meson.project_name())
Leigh Scott ff90f76
 csd_conf.set_quoted('PACKAGE_VERSION', meson.project_version())
Leigh Scott ff90f76
 csd_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
Leigh Scott ff90f76
-csd_conf.set_quoted('LIBEXECDIR', join_paths(prefix, pkglibdir))
Leigh Scott ff90f76
+csd_conf.set_quoted('LIBEXECDIR', join_paths(prefix, libexecdir))
Leigh Scott ff90f76
 csd_conf.set_quoted('SYSCONFDIR', sysconfdir)
Leigh Scott ff90f76
 csd_conf.set_quoted('LIBDIR', libdir)
Leigh Scott ff90f76
 
Leigh Scott ff90f76
diff -uNrp a/plugins/a11y-keyboard/meson.build b/plugins/a11y-keyboard/meson.build
Leigh Scott ff90f76
--- a/plugins/a11y-keyboard/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/a11y-keyboard/meson.build	2020-10-22 23:22:22.392815105 +0100
Leigh Scott ff90f76
@@ -21,7 +21,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 test_a11y_prefs_dialog_sources = [
Leigh Scott ff90f76
diff -uNrp a/plugins/a11y-settings/meson.build b/plugins/a11y-settings/meson.build
Leigh Scott ff90f76
--- a/plugins/a11y-settings/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/a11y-settings/meson.build	2020-10-22 23:22:22.392815105 +0100
Leigh Scott ff90f76
@@ -20,7 +20,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/automount/meson.build b/plugins/automount/meson.build
Leigh Scott ff90f76
--- a/plugins/automount/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/automount/meson.build	2020-10-22 23:22:22.392815105 +0100
Leigh Scott ff90f76
@@ -22,7 +22,7 @@ executable(
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install_rpath: join_paths(prefix, apilibdir),
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 test_automount_dialog_sources = [
Leigh Scott ff90f76
diff -uNrp a/plugins/background/meson.build b/plugins/background/meson.build
Leigh Scott ff90f76
--- a/plugins/background/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/background/meson.build	2020-10-22 23:22:22.392815105 +0100
Leigh Scott ff90f76
@@ -21,7 +21,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/clipboard/meson.build b/plugins/clipboard/meson.build
Leigh Scott ff90f76
--- a/plugins/clipboard/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/clipboard/meson.build	2020-10-22 23:22:22.392815105 +0100
Leigh Scott ff90f76
@@ -22,7 +22,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/color/meson.build b/plugins/color/meson.build
Leigh Scott ff90f76
--- a/plugins/color/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/color/meson.build	2020-10-22 23:22:22.393815103 +0100
Leigh Scott ff90f76
@@ -30,7 +30,7 @@ executable(
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install_rpath: join_paths(prefix, apilibdir),
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 test_color_sources = [
Leigh Scott ff90f76
diff -uNrp a/plugins/common/meson.build b/plugins/common/meson.build
Leigh Scott ff90f76
--- a/plugins/common/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/common/meson.build	2020-10-22 23:22:22.393815103 +0100
Leigh Scott ff90f76
@@ -36,7 +36,7 @@ executable(
Leigh Scott ff90f76
     helper_sources,
Leigh Scott ff90f76
     dependencies: common_dep,
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 install_data(
Leigh Scott ff90f76
diff -uNrp a/plugins/cursor/meson.build b/plugins/cursor/meson.build
Leigh Scott ff90f76
--- a/plugins/cursor/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/cursor/meson.build	2020-10-22 23:22:22.393815103 +0100
Leigh Scott ff90f76
@@ -21,7 +21,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/datetime/meson.build b/plugins/datetime/meson.build
Leigh Scott ff90f76
--- a/plugins/datetime/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/datetime/meson.build	2020-10-22 23:22:22.393815103 +0100
Leigh Scott ff90f76
@@ -57,7 +57,7 @@ if polkit.found()
Leigh Scott ff90f76
             '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
         ],
Leigh Scott ff90f76
         install: true,
Leigh Scott ff90f76
-        install_dir: pkglibdir,
Leigh Scott ff90f76
+        install_dir: libexecdir,
Leigh Scott ff90f76
     )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
     executable(
Leigh Scott ff90f76
@@ -69,7 +69,7 @@ if polkit.found()
Leigh Scott ff90f76
 endif
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 datetime_conf = configuration_data()
Leigh Scott ff90f76
-datetime_conf.set('LIBEXECDIR', join_paths(prefix, pkglibdir))
Leigh Scott ff90f76
+datetime_conf.set('LIBEXECDIR', join_paths(prefix, libexecdir))
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
     input: 'org.cinnamon.SettingsDaemon.DateTimeMechanism.service.in',
Leigh Scott ff90f76
     output: 'org.cinnamon.SettingsDaemon.DateTimeMechanism.service',
Leigh Scott ff90f76
diff -uNrp a/plugins/dummy/meson.build b/plugins/dummy/meson.build
Leigh Scott ff90f76
--- a/plugins/dummy/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/dummy/meson.build	2020-10-22 23:22:22.393815103 +0100
Leigh Scott ff90f76
@@ -21,5 +21,5 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
diff -uNrp a/plugins/housekeeping/meson.build b/plugins/housekeeping/meson.build
Leigh Scott ff90f76
--- a/plugins/housekeeping/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/housekeeping/meson.build	2020-10-22 23:22:22.394815099 +0100
Leigh Scott ff90f76
@@ -27,7 +27,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 test_disk_space_sources = [
Leigh Scott ff90f76
diff -uNrp a/plugins/keyboard/meson.build b/plugins/keyboard/meson.build
Leigh Scott ff90f76
--- a/plugins/keyboard/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/keyboard/meson.build	2020-10-22 23:22:22.394815099 +0100
Leigh Scott ff90f76
@@ -27,7 +27,7 @@ executable(
Leigh Scott ff90f76
         '-DDATADIR="@0@"'.format(datadir),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/media-keys/meson.build b/plugins/media-keys/meson.build
Leigh Scott ff90f76
--- a/plugins/media-keys/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/media-keys/meson.build	2020-10-22 23:22:22.394815099 +0100
Leigh Scott ff90f76
@@ -27,7 +27,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/meson.build b/plugins/meson.build
Leigh Scott ff90f76
--- a/plugins/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/meson.build	2020-10-22 23:38:48.321777388 +0100
Leigh Scott ff90f76
@@ -1,5 +1,5 @@
Leigh Scott ff90f76
 desktop_conf = configuration_data()
Leigh Scott ff90f76
-desktop_conf.set('libexecdir', join_paths(prefix, pkglibdir))
Leigh Scott ff90f76
+desktop_conf.set('libexecdir', join_paths(prefix, libexecdir))
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 subdir('common')
Leigh Scott ff90f76
 subdir('a11y-keyboard')
Leigh Scott ff90f76
diff -uNrp a/plugins/mouse/meson.build b/plugins/mouse/meson.build
Leigh Scott ff90f76
--- a/plugins/mouse/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/mouse/meson.build	2020-10-22 23:22:22.394815099 +0100
Leigh Scott ff90f76
@@ -26,7 +26,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 executable(
Leigh Scott ff90f76
@@ -35,7 +35,7 @@ executable(
Leigh Scott ff90f76
     include_directories: [include_dirs, common_inc],
Leigh Scott ff90f76
     dependencies: mouse_deps,
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/orientation/meson.build b/plugins/orientation/meson.build
Leigh Scott ff90f76
--- a/plugins/orientation/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/orientation/meson.build	2020-10-22 23:22:22.394815099 +0100
Leigh Scott ff90f76
@@ -21,7 +21,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/power/meson.build b/plugins/power/meson.build
Leigh Scott ff90f76
--- a/plugins/power/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/power/meson.build	2020-10-22 23:22:22.395815096 +0100
Leigh Scott ff90f76
@@ -63,7 +63,7 @@ executable(
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install_rpath: join_paths(prefix, apilibdir),
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 if gudev.found()
Leigh Scott ff90f76
@@ -76,7 +76,7 @@ if gudev.found()
Leigh Scott ff90f76
             # '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
         ],
Leigh Scott ff90f76
         install: true,
Leigh Scott ff90f76
-        install_dir: pkglibdir,
Leigh Scott ff90f76
+        install_dir: libexecdir,
Leigh Scott ff90f76
     )
Leigh Scott ff90f76
 endif
Leigh Scott ff90f76
 
Leigh Scott ff90f76
diff -uNrp a/plugins/print-notifications/meson.build b/plugins/print-notifications/meson.build
Leigh Scott ff90f76
--- a/plugins/print-notifications/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/print-notifications/meson.build	2020-10-22 23:22:22.395815096 +0100
Leigh Scott ff90f76
@@ -26,7 +26,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 executable(
Leigh Scott ff90f76
@@ -35,7 +35,7 @@ executable(
Leigh Scott ff90f76
     include_directories: [include_dirs, common_inc],
Leigh Scott ff90f76
     dependencies: print_notifications_deps,
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/screensaver-proxy/meson.build b/plugins/screensaver-proxy/meson.build
Leigh Scott ff90f76
--- a/plugins/screensaver-proxy/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/screensaver-proxy/meson.build	2020-10-22 23:22:22.395815096 +0100
Leigh Scott ff90f76
@@ -20,7 +20,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/smartcard/meson.build b/plugins/smartcard/meson.build
Leigh Scott ff90f76
--- a/plugins/smartcard/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/smartcard/meson.build	2020-10-22 23:22:22.395815096 +0100
Leigh Scott ff90f76
@@ -22,7 +22,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/sound/meson.build b/plugins/sound/meson.build
Leigh Scott ff90f76
--- a/plugins/sound/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/sound/meson.build	2020-10-22 23:22:22.395815096 +0100
Leigh Scott ff90f76
@@ -24,7 +24,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/wacom/meson.build b/plugins/wacom/meson.build
Leigh Scott ff90f76
--- a/plugins/wacom/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/wacom/meson.build	2020-10-22 23:22:22.396815093 +0100
Leigh Scott ff90f76
@@ -58,7 +58,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 if gudev.found()
Leigh Scott ff90f76
@@ -68,7 +68,7 @@ if gudev.found()
Leigh Scott ff90f76
         include_directories: [include_dirs, common_inc, include_enums],
Leigh Scott ff90f76
         dependencies: wacom_deps,
Leigh Scott ff90f76
         install: true,
Leigh Scott ff90f76
-        install_dir: pkglibdir,
Leigh Scott ff90f76
+        install_dir: libexecdir,
Leigh Scott ff90f76
     )
Leigh Scott ff90f76
 endif
Leigh Scott ff90f76
 
Leigh Scott ff90f76
@@ -78,7 +78,7 @@ executable(
Leigh Scott ff90f76
     include_directories: [include_dirs, common_inc, include_enums],
Leigh Scott ff90f76
     dependencies: wacom_deps,
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 executable(
Leigh Scott ff90f76
@@ -87,7 +87,7 @@ executable(
Leigh Scott ff90f76
     include_directories: [include_dirs, common_inc, include_enums],
Leigh Scott ff90f76
     dependencies: wacom_deps,
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/xrandr/meson.build b/plugins/xrandr/meson.build
Leigh Scott ff90f76
--- a/plugins/xrandr/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/xrandr/meson.build	2020-10-22 23:22:22.396815093 +0100
Leigh Scott ff90f76
@@ -23,7 +23,7 @@ executable(
Leigh Scott ff90f76
         '-DPLUGIN_NAME="@0@"'.format(plugin_name),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 configure_file(
Leigh Scott ff90f76
diff -uNrp a/plugins/xsettings/meson.build b/plugins/xsettings/meson.build
Leigh Scott ff90f76
--- a/plugins/xsettings/meson.build	2020-10-15 04:00:01.000000000 +0100
Leigh Scott ff90f76
+++ b/plugins/xsettings/meson.build	2020-10-22 23:22:22.396815093 +0100
Leigh Scott ff90f76
@@ -36,7 +36,7 @@ executable(
Leigh Scott ff90f76
         '-DGTK_MODULES_DIRECTORY="@0@/cinnamon-settings-daemon-@1@/gtk-modules/"'.format(libdir, meson.project_version()),
Leigh Scott ff90f76
     ],
Leigh Scott ff90f76
     install: true,
Leigh Scott ff90f76
-    install_dir: pkglibdir,
Leigh Scott ff90f76
+    install_dir: libexecdir,
Leigh Scott ff90f76
 )
Leigh Scott ff90f76
 
Leigh Scott ff90f76
 executable(