]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install write setgid
authorChristian Hesse <mail@eworm.de>
Fri, 9 Jun 2023 13:04:00 +0000 (15:04 +0200)
committerChristian Hesse <mail@eworm.de>
Fri, 9 Jun 2023 13:04:40 +0000 (15:04 +0200)
... as this requires elevated privileges.

meson.build

index 8020f7d69cb607f65939f47283f094e4dea77097..2b59e2f0159ca6204d0eefcf86744f131f4dfe45 100644 (file)
@@ -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