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