From d423f2bca3f9161c3c9abd58898e8cc3744a0832 Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 18 Aug 2025 20:13:57 -0400 Subject: change "install_sources" option name to "modular" --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ca22e41..fe5744a 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ file_contexts = custom_target( install_subdir('skel/contexts', install_dir: selinux_store) -if get_option('install_sources') +if get_option('modular') install_data( modules, install_dir: get_option('datadir') / 'selinux' / 'spawns', -- cgit v1.2.3