Willy Tu | 7f10780 | 2023-11-06 23:05:25 -0800 | [diff] [blame^] | 1 | if get_option('blobtool').allowed() |
2 | systemd_dep = dependency('systemd') | ||||
3 | if systemd_dep.found() | ||||
4 | import('fs').copyfile( | ||||
5 | 'binarystore-migration.service', | ||||
6 | install: true, | ||||
7 | install_dir: systemd_dep.get_variable(pkgconfig: 'systemdsystemunitdir'), | ||||
8 | ) | ||||
9 | endif | ||||
10 | endif |