Codebase list libcloudproviders / cfdb5d8
tests: Fix configuration file path Carlos Soriano 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1515 service_conf = configuration_data ()
1616 service_conf.set ('bindir', join_paths (prefix, bindir))
1717 configure_file(
18 input: 'org.freedesktop.CloudProviderServerExample.service.in',
19 output: 'org.freedesktop.CloudProviderServerExample.service',
18 input: 'org.freedesktop.CloudProviders.ServerExample.service.in',
19 output: 'org.freedesktop.CloudProviders.ServerExample.service',
2020 configuration: service_conf,
2121 install_dir: servicedir,
2222 )