summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2022-12-14 17:26:54 +0000
committerSimon McVittie <smcv@debian.org>2022-12-14 20:00:48 +0000
commit87c9fccdb23d57c6f71da5661a1edfaa2ecaa56c (patch)
treebf4df50ba17dc64661e246e4417d50191ea8cf3a
parent13c532612200f8c430176b7d19d0b24b1babf971 (diff)
downloadflatpak-87c9fccdb23d57c6f71da5661a1edfaa2ecaa56c.tar.gz
selinux: Install to previous location
Install flatpak.if to the same location for Autotools and meson.
-rw-r--r--selinux/meson.build2
1 files changed, 1 insertions, 1 deletions
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',
)