diff options
author | Ondrej Holy <oholy@redhat.com> | 2019-01-07 17:44:10 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2019-01-07 17:44:10 +0100 |
commit | 2a42f8318f3c2e3f591addf02eb884db98f66201 (patch) | |
tree | e6eb7e989be6f88c463ff0bcb16e45634cb7638a /monitor | |
parent | 7a2ff5035bf6cce3c783224c9df800c4a59a1f8f (diff) | |
download | gvfs-2a42f8318f3c2e3f591addf02eb884db98f66201.tar.gz |
Revert "build: Use generators placeholders"
This reverts commit dc34f1be6a3c1fa6d5615ad5d647003e7ce3196f.
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/meson.build b/monitor/meson.build index 50364210..eaf4ac0b 100644 --- a/monitor/meson.build +++ b/monitor/meson.build @@ -36,7 +36,7 @@ foreach monitor: monitors configure_file( input: monitor_name / service + '.in', - output: '@BASENAME@', + output: service, configuration: service_conf, install: true, install_dir: systemd_systemduserunitdir, |