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