diff --git a/meson.build b/meson.build index 139dc3f4..d2efe084 100644 --- a/meson.build +++ b/meson.build @@ -89,8 +89,8 @@ if dir_udev_rules == '' endif dir_systemd_unit = get_option('systemd-unit-dir') -if dir_udev_rules == '' - dir_systemd_unit = dir_systemd / 'systemd' +if dir_systemd_unit == '' + dir_systemd_unit = dir_systemd / 'system' endif