From 87c9fccdb23d57c6f71da5661a1edfaa2ecaa56c Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Dec 2022 17:26:54 +0000 Subject: [PATCH] selinux: Install to previous location Install flatpak.if to the same location for Autotools and meson. --- selinux/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selinux/meson.build b/selinux/meson.build index 7dfa79d6..238a46f1 100644 --- a/selinux/meson.build +++ b/selinux/meson.build @@ -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', )