xfree86: Set appropriate install_mode for suid_wrapper

This commit is contained in:
Povilas Kanapickas 2021-03-25 22:48:56 +02:00
parent 88b5e1a219
commit 09cd65233e

View File

@ -146,7 +146,7 @@ if get_option('suid_wrapper')
c_args: xorg_c_args, c_args: xorg_c_args,
install: true, install: true,
install_dir: get_option('libexecdir'), install_dir: get_option('libexecdir'),
# install_mode: ['r-sr-xr-x', 0, 0], install_mode: ['r-sr-xr-x', 0, 0],
) )
# meson gets confused when there are two targets of the same name # meson gets confused when there are two targets of the same name