Skip to content

Commit 5135050

Browse files
committed
build(exe): use old systemd.pc variable names
Required to successfully build on RHEL 8
1 parent 697a6f1 commit 5135050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exe/meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ install_man(
6060

6161
systemd = dependency('systemd', required: false)
6262
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')
63+
systemd_system_unit_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir')
64+
sysusers_dir = systemd.get_variable(pkgconfig: 'sysusersdir')
6565

6666
configure_file(
6767
input: 'systemd'/'cloudflare-ddns.service.in',

0 commit comments

Comments
 (0)