blob: 2d6f726d6e84d5eddf51946ac364a8958aa67872 (
plain)
1
2
3
4
5
6
7
|
if os == 'Linux' and get_option('sysvinit')
configure_file(input : 'shutdown.in',
output : '@BASENAME@',
configuration : script_conf_data,
install_dir: sbindir,
install_mode: 'rwxr-xr-x')
endif
|