diff options
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-255.3-r1.ebuild (renamed from sys-apps/systemd/systemd-255.3.ebuild) | 3 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-255.3.ebuild b/sys-apps/systemd/systemd-255.3-r1.ebuild index 2e6dc0eacdce..6297e312e107 100644 --- a/sys-apps/systemd/systemd-255.3.ebuild +++ b/sys-apps/systemd/systemd-255.3-r1.ebuild @@ -287,6 +287,9 @@ multilib_src_configure() { # no deps -Dima=true -Ddefault-hierarchy=$(usex cgroup-hybrid hybrid unified) + # Match /etc/shells, bug 919749 + -Ddebug-shell="${EPREFIX}/bin/sh" + -Ddefault-user-shell="${EPREFIX}/bin/bash" # Optional components/dependencies $(meson_native_use_bool acl) $(meson_native_use_bool apparmor) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 85965aed1d27..6437ef1e3b47 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -287,6 +287,9 @@ multilib_src_configure() { # no deps -Dima=true -Ddefault-hierarchy=$(usex cgroup-hybrid hybrid unified) + # Match /etc/shells, bug 919749 + -Ddebug-shell="${EPREFIX}/bin/sh" + -Ddefault-user-shell="${EPREFIX}/bin/bash" # Optional components/dependencies $(meson_native_use_bool acl) $(meson_native_use_bool apparmor) |