From f5a411883d607b86cbf0aa30379db35af522c097 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 9 Jun 2023 15:02:57 +0200 Subject: [PATCH] meson: install wall setgid ... as this requires elevated privileges. (cherry picked from commit 07641fd93c4829696c1e2101642fee32ad998025) --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 6218e712a6..12bb5f0051 100644 --- a/meson.build +++ b/meson.build @@ -2389,6 +2389,7 @@ exe = executable( include_directories : includes, link_with : [lib_common], install_dir : usrbin_exec_dir, + install_mode : 'rwxr-sr-x', install : opt, build_by_default : opt) if opt -- 2.47.3