]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install wall setgid
authorChristian Hesse <mail@eworm.de>
Fri, 9 Jun 2023 13:02:57 +0000 (15:02 +0200)
committerChristian Hesse <mail@eworm.de>
Wed, 14 Jun 2023 08:29:18 +0000 (10:29 +0200)
... as this requires elevated privileges.

(cherry picked from commit 07641fd93c4829696c1e2101642fee32ad998025)

meson.build

index 6218e712a60738dbfb1a853abf8ac6ca4734d1c9..12bb5f00518b6a56ba25b7cf0299cddbe6128a8e 100644 (file)
@@ -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