mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 18:43:18 +00:00
trivial: Ensure the polkit rules always get installed into datadir
This commit is contained in:
parent
ce051b8da5
commit
97d1cbb304
@ -1,5 +1,5 @@
|
||||
install_data('org.freedesktop.fwupd.rules',
|
||||
install_dir : 'share/polkit-1/rules.d')
|
||||
install_dir : join_paths(get_option('datadir'), 'polkit-1', 'rules.d'))
|
||||
|
||||
#meson 0.41.0 added support for data_dirs argument
|
||||
if meson.version().version_compare('>=0.41.0')
|
||||
|
Loading…
Reference in New Issue
Block a user