fwupd/data/builder/meson.build
Jan Tojnar cc9f934787 build: Refactor directory selection
Previously, the various install paths were obtained using get_option
as needed.

This patch unifies the directory selection inside the top-level meson
file as requested in https://github.com/hughsie/colord/pull/62.
2017-11-17 17:11:51 +00:00

4 lines
97 B
Meson

install_data('README.md',
install_dir : join_paths(localstatedir, 'lib', 'fwupd', 'builder')
)