Skip to content

Commit 25d6610

Browse files
authored
meson.build: fix variable name when dealing with systemd-unit-dir
1 parent 4aab05f commit 25d6610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if dir_udev_rules == ''
8989
endif
9090

9191
dir_systemd_unit = get_option('systemd-unit-dir')
92-
if dir_udev_rules == ''
92+
if dir_systemd_unit == ''
9393
dir_systemd_unit = dir_systemd / 'systemd'
9494
endif
9595

0 commit comments

Comments
 (0)