]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: use join_paths consistently
authorMichael Biebl <mbiebl@gmail.com>
Thu, 13 Apr 2017 14:30:56 +0000 (10:30 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Apr 2017 01:47:28 +0000 (21:47 -0400)
commite17e5ba9bff633b5f2b6e9950b3bb64b59079c74
tree9444c5744f3f45573c2cc7e10978ef65151147e6
parent082ef2adbddecde5432608298a19551319b162c5
meson: use join_paths consistently

With -Dsplit-usr=true, we set rootprefix to /. This leads to //lib/systemd or
//lib/udev for various dir variables. Using join_paths() avoids this.
16 files changed:
hwdb/meson.build
man/meson.build
meson.build
network/meson.build
po/meson.build
shell-completion/bash/meson.build
shell-completion/zsh/meson.build
src/boot/efi/meson.build
src/core/meson.build
src/journal-remote/meson.build
src/kernel-install/meson.build
src/locale/meson.build
src/udev/meson.build
sysctl.d/meson.build
tmpfiles.d/meson.build
units/meson.build