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