Skip to content

Commit

Permalink
Fix broken installation of systemd unit
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Nov 3, 2017
1 parent 7a8c36f commit 7e25f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data_conf.set('SBINDIR', path_sbindir)

configure_file(
input: 'qol-assist-migration.service.in',
output: 'qol-assist-migration.service.in',
output: 'qol-assist-migration.service',
configuration: data_conf,
install_dir: with_systemd_system_unit_dir,
)

0 comments on commit 7e25f16

Please sign in to comment.