From: Daniel P. Berrangé Date: Thu, 13 Jun 2024 09:25:07 +0000 (+0100) Subject: meson: fix typo s/getoption/get_option/ X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=991c324fae2cfca8d592437ffc386171d343c836;p=libvirt.git meson: fix typo s/getoption/get_option/ Signed-off-by: Daniel P. Berrangé --- diff --git a/meson.build b/meson.build index 2fc9ab3e96..5c7cd7ec2e 100644 --- a/meson.build +++ b/meson.build @@ -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