mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-21 07:16:30 +00:00

This runs a script inside the firmware archive to generate firmware specific to the machine. This uses bubblewrap to protect the local machine.
4 lines
111 B
Meson
4 lines
111 B
Meson
install_data('README.md',
|
|
install_dir : join_paths(get_option('localstatedir'), 'lib', 'fwupd', 'builder')
|
|
)
|