diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-18 20:13:57 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-18 20:13:57 -0400 |
commit | d423f2bca3f9161c3c9abd58898e8cc3744a0832 (patch) | |
tree | 4582a055924969767809597f3919eecfb8927649 /meson.build | |
parent | fa890b083027105673a8196db02ac8db16aafd6b (diff) | |
download | selinux-policy-d423f2bca3f9161c3c9abd58898e8cc3744a0832.tar.gz |
change "install_sources" option name to "modular"
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |