From: Christian Hesse Date: Fri, 9 Jun 2023 13:02:57 +0000 (+0200) Subject: meson: install wall setgid X-Git-Tag: v2.40-rc1~398^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07641fd93c4829696c1e2101642fee32ad998025;p=thirdparty%2Futil-linux.git meson: install wall setgid ... as this requires elevated privileges. --- diff --git a/meson.build b/meson.build index 74c15b2437..8020f7d69c 100644 --- a/meson.build +++ b/meson.build @@ -2390,6 +2390,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