commit:     47377989e9b04af58cd7b398ca540df19a8cf441
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 24 19:07:14 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 19:10:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47377989

sys-apps/baselayout: sync ROOTPATH to PATH

Rootpath hasn't been a thing for quite some time, so remove it.
Everyone uses $PATH these days.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-apps/baselayout/baselayout-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-apps/baselayout/baselayout-9999.ebuild 
b/sys-apps/baselayout/baselayout-9999.ebuild
index c83d1da82dc..dc56d7e0851 100644
--- a/sys-apps/baselayout/baselayout-9999.ebuild
+++ b/sys-apps/baselayout/baselayout-9999.ebuild
@@ -215,8 +215,7 @@ src_prepare() {
        if use prefix; then
                hprefixify -e "/EUID/s,0,${EUID}," -q '"' etc/profile
                hprefixify etc/{env.d/50baselayout,shells} share.Linux/passwd
-               echo PATH=/usr/bin:/bin >> etc/env.d/99host
-               echo ROOTPATH=/usr/sbin:/sbin:/usr/bin:/bin >> etc/env.d/99host
+               echo PATH=/usr/sbin:/sbin:/usr/bin:/bin >> etc/env.d/99host
        fi
 
        # don't want symlinked directories in PATH on systems with usr-merge

Reply via email to