mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 11:09:28 +00:00
trivial: Do not use the prefix for localstatedir
Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
parent
fe3f0eda75
commit
ff8a02f9f9
@ -24,9 +24,7 @@ con2.set('libexecdir',
|
||||
con2.set('bindir',
|
||||
join_paths(get_option('prefix'),
|
||||
get_option('bindir')))
|
||||
con2.set('localstatedir',
|
||||
join_paths(get_option('prefix'),
|
||||
get_option('localstatedir')))
|
||||
con2.set('localstatedir', join_paths(get_option('localstatedir')))
|
||||
con2.set('bootdir', get_option('with-bootdir'))
|
||||
|
||||
# replace @libexecdir@
|
||||
|
Loading…
Reference in New Issue
Block a user