selinux: Install to previous location

Install flatpak.if to the same location for Autotools and meson.
This commit is contained in:
David King
2022-12-14 17:26:54 +00:00
committed by Simon McVittie
parent 13c5326122
commit 87c9fccdb2

View File

@@ -17,5 +17,5 @@ custom_target(
install_data(
'flatpak.if',
install_dir : get_option('datadir') / 'selinux' / 'include' / 'contrib',
install_dir : get_option('datadir') / 'selinux' / 'devel' / 'include' / 'contrib',
)