summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-06-03 19:23:13 +0100
committerSimon McVittie <smcv@collabora.com>2021-07-19 13:00:55 +0000
commite9aef13188593ebf06b9dc2d7de5d664c9790d6a (patch)
treed6c29cbf0b74e329a9ce0a807d3146f5c9c44ec6 /data
parent6c8022392713955c5ae0061e22b50a16a1c2252a (diff)
downloadpolkit-e9aef13188593ebf06b9dc2d7de5d664c9790d6a.tar.gz
build: Make the directory for helper executables consistent with Autotools
The Autotools build system has been using /usr/lib/polkit-1 for several releases, even on distributions where the library directory is /usr/lib64 or /usr/lib/x86_64-linux-gnu, so it makes sense for Meson to do the same. This lets 32- and 64-bit polkit agents share a single helper executable. This might be superseded by polkit!63, which requests going back to using the libexecdir for these (like polkit 0.105 did), which would also make sense; but until that's decided, let's at least be consistent between our two build systems. Every time we change this, all programs that have already loaded libpolkit-agent into their address space need to be restarted, unless distributions provide compatibility symlinks. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'data')
-rw-r--r--data/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index 14c100b..cad7ccd 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,4 +1,4 @@
-service_conf = {'libprivdir': pk_prefix / pk_pkglibdir}
+service_conf = {'libprivdir': pk_prefix / pk_libprivdir}
configure_file(
input: 'org.freedesktop.PolicyKit1.service.in',