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 /metadata | |
parent | 7a2ff5035bf6cce3c783224c9df800c4a59a1f8f (diff) | |
download | gvfs-2a42f8318f3c2e3f591addf02eb884db98f66201.tar.gz |
Revert "build: Use generators placeholders"
This reverts commit dc34f1be6a3c1fa6d5615ad5d647003e7ce3196f.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/meson.build b/metadata/meson.build index bbfd09fd..20ef5e03 100644 --- a/metadata/meson.build +++ b/metadata/meson.build @@ -7,7 +7,7 @@ if install_systemd_systemduserunitdir configure_file( input: service + '.in', - output: '@BASENAME@', + output: service, configuration: service_conf, install: true, install_dir: systemd_systemduserunitdir, |