diff options
author | William Hubbs <williamh@gentoo.org> | 2021-09-24 14:07:14 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-09-24 14:10:54 -0500 |
commit | 47377989e9b04af58cd7b398ca540df19a8cf441 (patch) | |
tree | c1149b060725e8f18232a85b9419f5b9c0d34a86 /sys-apps/baselayout | |
parent | games-board/pysolfc: remove seemingly broken russian translation (diff) | |
download | gentoo-47377989e9b04af58cd7b398ca540df19a8cf441.tar.gz gentoo-47377989e9b04af58cd7b398ca540df19a8cf441.tar.bz2 gentoo-47377989e9b04af58cd7b398ca540df19a8cf441.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/baselayout-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index c83d1da82dc4..dc56d7e08513 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 |