summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-09-03 19:03:42 -0400
committerMike Gilbert <floppym@gentoo.org>2022-09-03 19:03:42 -0400
commit6068204e04aeacec4f132cb71c2438da90e2fb14 (patch)
tree38462e4d8d50840c437e6090d9f39bbae1aa8d23 /sys-apps/systemd/systemd-9999.ebuild
parentdev-util/difftastic: drop 0.32.0 (diff)
downloadgentoo-6068204e04aeacec4f132cb71c2438da90e2fb14.tar.gz
gentoo-6068204e04aeacec4f132cb71c2438da90e2fb14.tar.bz2
gentoo-6068204e04aeacec4f132cb71c2438da90e2fb14.zip
sys-apps/systemd: couple split-bin to split-usr
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd/systemd-9999.ebuild')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index c8aea75e5c3e..d317887a899f 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -282,9 +282,8 @@ multilib_src_configure() {
-Dpamlibdir="$(getpam_mod_dir)"
# avoid bash-completion dep
-Dbashcompletiondir="$(get_bashcompdir)"
- # make sure we get /bin:/sbin in PATH
$(meson_use split-usr)
- -Dsplit-bin=true
+ $(meson_use split-usr split-bin)
-Drootprefix="$(usex split-usr "${EPREFIX:-/}" "${EPREFIX}/usr")"
-Drootlibdir="${EPREFIX}/usr/$(get_libdir)"
# Avoid infinite exec recursion, bug 642724