Skip to content

Commit 31d3b74

Browse files
fundawangwhot
authored andcommitted
meson.build: fix variable name when dealing with systemd-unit-dir
1 parent 4aab05f commit 31d3b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ if dir_udev_rules == ''
8989
endif
9090

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

9696

0 commit comments

Comments
 (0)