summaryrefslogtreecommitdiff
path: root/src/hostname/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostname/meson.build')
-rw-r--r--src/hostname/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname/meson.build b/src/hostname/meson.build
index 43a035c0bf..6985a41910 100644
--- a/src/hostname/meson.build
+++ b/src/hostname/meson.build
@@ -11,6 +11,6 @@ if conf.get('ENABLE_HOSTNAMED', 0) == 1
input : 'org.freedesktop.hostname1.policy.in',
output : 'org.freedesktop.hostname1.policy',
command : intltool_command,
- install : true,
+ install : install_polkit,
install_dir : polkitpolicydir)
endif