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 committed Nov 17, 2024
1 parent 4aab05f commit 69e8b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 69e8b2c

Please sign in to comment.