summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-03 13:44:45 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-03 13:45:28 +0100
commitb3f0d2b61f770ada1cf16bab5da16923f1a2f7ca (patch)
treee9bbe22eb30f92983bcd583eb9208302ceb0bf80 /profiles/releases/23.0
parentmedia-libs/libsvgtiny-pixbuf: drop empty global assignment IUSE="" (diff)
downloadgentoo-b3f0d2b61f770ada1cf16bab5da16923f1a2f7ca.tar.gz
gentoo-b3f0d2b61f770ada1cf16bab5da16923f1a2f7ca.tar.bz2
gentoo-b3f0d2b61f770ada1cf16bab5da16923f1a2f7ca.zip
profiles, 23.0: un-break initial baselayout installation in stage1
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/releases/23.0')
-rw-r--r--profiles/releases/23.0/profile.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/releases/23.0/profile.bashrc b/profiles/releases/23.0/profile.bashrc
index 258d9754e5bb..1a09f04d4d3a 100644
--- a/profiles/releases/23.0/profile.bashrc
+++ b/profiles/releases/23.0/profile.bashrc
@@ -1,4 +1,4 @@
-if [[ "${EBUILD_PHASE}" == "setup" ]] ; then
+if [[ "${EBUILD_PHASE}" == "setup" ]] && [[ "${CATEGORY}/${PN}" != "sys-apps/baselayout" ]] ; then
if [[ ! -h "${EROOT%/}/bin" ]] && [[ "${PROFILE_23_USRTYPE}" != "split-usr" ]] ; then
eerror ""
eerror "Your profile is of type merged-usr, but your directories"