summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-27 12:58:15 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-27 12:58:15 -0400
commita26195d5c1eba86ada8f43e775c4190683e0f874 (patch)
tree6c48765f317e66cbefa563ccb4df5cb0949ee465 /meson.build
parent73a0562615aa1adfb934b953e23b1e69b126db4f (diff)
Revert "suid touchup"
Pushed the wrong thing, sigh. This reverts commit 73a0562615aa1adfb934b953e23b1e69b126db4f.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 2fe985cc0..47b87b5e6 100644
--- a/meson.build
+++ b/meson.build
@@ -492,8 +492,7 @@ manpage_config.set('bundle_id_prefix', '...')
manpage_config.set('modulepath', join_paths(get_option('prefix'), module_dir))
# wtf doesn't this work
# manpage_config.set('suid_wrapper_dir', join_paths(get_option('prefix'), libexecdir))
-suid_wrapper_dir = join_paths(get_option('prefix'), 'libexec')
-manpage_config.set('suid_wrapper_dir', suid_wrapper_dir)
+manpage_config.set('suid_wrapper_dir', join_paths(get_option('prefix'), 'libexec'))
manpage_config.set('default_font_path', 'catalogue:/etc/X11/fontpath.d:built-ins')
# Include must come first, as it sets up dix-config.h