diff options
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 6d0b551..ca22e41 100644 --- a/meson.build +++ b/meson.build @@ -13,12 +13,12 @@ file_contexts = custom_target( command: [secilc, '--optimize', '--mls', 'true', '@INPUT@'], install: true, install_dir: [ - selinux_store / 'files' / 'contexts', + selinux_store / 'contexts' / 'files', selinux_store / 'policy', ], ) -install_subdir('skel', install_dir: selinux_store) +install_subdir('skel/contexts', install_dir: selinux_store) if get_option('install_sources') install_data( |