mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
meson: fix typo s/getoption/get_option/
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
216d932f3f
commit
991c324fae
@ -100,7 +100,7 @@ if unitdir == ''
|
||||
unitdir = prefix / 'lib' / 'systemd' / 'system'
|
||||
endif
|
||||
|
||||
sysusersdir = getoption('sysusersdir')
|
||||
sysusersdir = get_option('sysusersdir')
|
||||
if sysusersdir == ''
|
||||
sysusersdir = prefix / 'lib' / 'sysusers.d'
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user