We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697a6f1 commit 5135050Copy full SHA for 5135050
exe/meson.build
@@ -60,8 +60,8 @@ install_man(
60
61
systemd = dependency('systemd', required: false)
62
if systemd.found()
63
- systemd_system_unit_dir = systemd.get_variable(pkgconfig: 'systemd_system_unit_dir')
64
- sysusers_dir = systemd.get_variable(pkgconfig: 'sysusers_dir')
+ systemd_system_unit_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir')
+ sysusers_dir = systemd.get_variable(pkgconfig: 'sysusersdir')
65
66
configure_file(
67
input: 'systemd'/'cloudflare-ddns.service.in',
0 commit comments