mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 07:01:55 +00:00

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.
4 lines
97 B
Meson
4 lines
97 B
Meson
install_data('README.md',
|
|
install_dir : join_paths(localstatedir, 'lib', 'fwupd', 'builder')
|
|
)
|