From: Christian Hesse Date: Fri, 9 Jun 2023 13:02:57 +0000 (+0200) Subject: meson: install wall setgid X-Git-Tag: v2.39.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a411883d607b86cbf0aa30379db35af522c097;p=thirdparty%2Futil-linux.git meson: install wall setgid ... as this requires elevated privileges. (cherry picked from commit 07641fd93c4829696c1e2101642fee32ad998025) --- 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