blob: e7a6307729f38eaf449fea1dd3ce19086d051596 [file] [log] [blame]
Willy Tu7f107802023-11-06 23:05:25 -08001if 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
10endif