]> 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>
Wed, 14 Jun 2023 08:29:18 +0000 (10:29 +0200)
... as this requires elevated privileges.

(cherry picked from commit cee78467bea45f7a4f890f0c65bd59441bd42697)

meson.build

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