summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-18 20:13:57 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-18 20:13:57 -0400
commitd423f2bca3f9161c3c9abd58898e8cc3744a0832 (patch)
tree4582a055924969767809597f3919eecfb8927649 /meson.build
parentfa890b083027105673a8196db02ac8db16aafd6b (diff)
downloadselinux-policy-d423f2bca3f9161c3c9abd58898e8cc3744a0832.tar.gz
change "install_sources" option name to "modular"
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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',