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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user