blob: d2d09d70d948776cf2e8f7504f407e0ba99dc097 [file] [log] [blame]
set_mac = dependency('systemd', required: get_option('first-boot-set-mac'))
if set_mac.found()
install_data(
'first-boot-set-mac.sh',
install_mode: 'rwxr-xr-x',
install_dir: get_option('bindir'),
)
configure_file(
input: 'first-boot-set-mac@.service',
output: 'first-boot-set-mac@.service',
copy: true,
install_dir:
set_mac.get_pkgconfig_variable('systemdsystemunitdir'),
)
endif