summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2021-12-25 22:14:25 +0800
committerBenda Xu <heroxbd@gentoo.org>2021-12-25 22:16:38 +0800
commitf8f3d867a43e5e6a71745af629d15b1ed5503829 (patch)
tree19717f4746c7f0466797ba1ca4675850fee69992 /sys-apps/openrc/openrc-9999.ebuild
parentdev-java/sbt: double the heap upper limit to 3GB. (diff)
downloadgentoo-f8f3d867a43e5e6a71745af629d15b1ed5503829.tar.gz
gentoo-f8f3d867a43e5e6a71745af629d15b1ed5503829.tar.bz2
gentoo-f8f3d867a43e5e6a71745af629d15b1ed5503829.zip
sys-apps/openrc: prefixify /lib and /etc by rootprefix.
The port to meson broke the ebuilds on Gentoo Prefix. The setup variable "rootprefix" needs to mention EPREFIX for /lib and /etc to be in location. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r--sys-apps/openrc/openrc-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
index c1adfbae4a59..4c8638a6543e 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -63,6 +63,7 @@ src_configure() {
-Dos=Linux
$(meson_use pam)
$(meson_feature selinux)
+ -Drootprefix="${EPREFIX}"
-Dshell=$(usex bash /bin/bash /bin/sh)
$(meson_use sysv-utils sysvinit)
-Dtermcap=$(usev ncurses)