Skip to content

Commit

Permalink
meson.build: fix variable name when dealing with systemd-unit-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fundawang authored Nov 17, 2024
1 parent 4aab05f commit 25d6610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if dir_udev_rules == ''
endif

dir_systemd_unit = get_option('systemd-unit-dir')
if dir_udev_rules == ''
if dir_systemd_unit == ''
dir_systemd_unit = dir_systemd / 'systemd'
endif

Expand Down

0 comments on commit 25d6610

Please sign in to comment.