From db168b89ba97215981c0603155815c9dd5f8486c Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 19 Sep 2024 13:06:02 -0500 Subject: [PATCH] fix openrc.pc for plugins --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c3c67491b..e41d58059 100644 --- a/meson.build +++ b/meson.build @@ -221,7 +221,7 @@ if get_option('pkgconfig') libraries : librc, subdirs : ['openrc'], variables: { - 'rc_path': rc_libexecdir, + 'pluginsdir': get_option('prefix') / get_option('libdir') / 'rc/plugins', } ) endif