xfree86: Set appropriate install_mode for suid_wrapper
This commit is contained in:
parent
88b5e1a219
commit
09cd65233e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue