diff options
author | William Hubbs <williamh@gentoo.org> | 2023-01-28 16:01:57 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-01-28 16:06:05 -0600 |
commit | 81841dc2b3180e9fb30540c6d2d63cda96d9ecf7 (patch) | |
tree | d86ee80b8846fca15802dabe4377a5b2a224a361 /sys-apps/baselayout | |
parent | net-misc/gallery-dl: Stabilize 1.24.2 amd64, #892467 (diff) | |
download | gentoo-81841dc2b3180e9fb30540c6d2d63cda96d9ecf7.tar.gz gentoo-81841dc2b3180e9fb30540c6d2d63cda96d9ecf7.tar.bz2 gentoo-81841dc2b3180e9fb30540c6d2d63cda96d9ecf7.zip |
sys-apps/baselayout: fix the passwd file path for prefix
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/baselayout-2.13-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/baselayout/baselayout-2.13-r1.ebuild b/sys-apps/baselayout/baselayout-2.13-r1.ebuild index 71073b11c747..5ef1316a5e6c 100644 --- a/sys-apps/baselayout/baselayout-2.13-r1.ebuild +++ b/sys-apps/baselayout/baselayout-2.13-r1.ebuild @@ -235,7 +235,7 @@ src_prepare() { if use prefix; then hprefixify -e "/EUID/s,0,${EUID}," -q '"' etc/profile - hprefixify etc/shells share.Linux/passwd + hprefixify etc/shells share/passwd hprefixify -w '/PATH=/' etc/env.d/50baselayout hprefixify -w 1 etc/env.d/50baselayout echo PATH=/usr/sbin:/sbin:/usr/bin:/bin >> etc/env.d/99host |