From: Christian Hesse Date: Fri, 9 Jun 2023 13:04:00 +0000 (+0200) Subject: meson: install write setgid X-Git-Tag: v2.39.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc58e3b35d0eff082ca9c24c9ac807685e78c9ce;p=thirdparty%2Futil-linux.git meson: install write setgid ... as this requires elevated privileges. (cherry picked from commit cee78467bea45f7a4f890f0c65bd59441bd42697) --- diff --git a/meson.build b/meson.build index 12bb5f0051..63d8fd67dd 100644 --- a/meson.build +++ b/meson.build @@ -2408,6 +2408,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