commit:     0e6a028544f77ab1010da56f35e158cc58587b26
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 02:04:50 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 02:13:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6a0285

sys-apps/openrc: live ebuild: fix branding and libdir

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-apps/openrc/openrc-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-9999.ebuild 
b/sys-apps/openrc/openrc-9999.ebuild
index 1b174499aee..8a2efdbde56 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -71,8 +71,8 @@ src_compile() {
        unset LIBDIR #266688
 
        MAKE_ARGS="${MAKE_ARGS}
-               BRANDING=\"Gentoo Linux\"
                LIBNAME=$(get_libdir)
+               LIBDIR=${EPREFIX}/$(get_libdir)
                LIBEXECDIR=${EPREFIX}/lib/rc
                MKBASHCOMP=yes
                MKNET=$(usex newnet)
@@ -86,6 +86,7 @@ src_compile() {
                SH=$(usex bash /bin/bash /bin/sh)"
 
        use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}"
+export BRANDING="Gentoo Linux"
        export DEBUG=$(usev debug)
        export MKTERMCAP=$(usev ncurses)
 

Reply via email to