build: Don't use libdir

It contains the arch prefix

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/811>
This commit is contained in:
Guido Günther
2025-12-17 13:09:14 +01:00
parent 623c147542
commit 208200465b

View File

@@ -68,7 +68,7 @@ if systemd_user_unit_dir == ''
if systemd_dep.found() if systemd_dep.found()
systemd_user_unit_dir = systemd_dep.get_variable('systemd_user_unit_dir') systemd_user_unit_dir = systemd_dep.get_variable('systemd_user_unit_dir')
else else
systemd_user_unit_dir = prefix / libdir / 'systemd/user' systemd_user_unit_dir = prefix / 'lib' / 'systemd' / 'user'
endif endif
endif endif