summaryrefslogtreecommitdiff
path: root/profiles/default/linux/ppc64
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
commitb49088575eb777ced2551f484da86317332d6087 (patch)
treebf9a151cf2d61956340d555659ffc098ee1da466 /profiles/default/linux/ppc64
parent514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (diff)
gentoo resync : 24.07.2021
Diffstat (limited to 'profiles/default/linux/ppc64')
-rw-r--r--profiles/default/linux/ppc64/profile.bashrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc64/profile.bashrc b/profiles/default/linux/ppc64/profile.bashrc
new file mode 100644
index 000000000000..62968526d541
--- /dev/null
+++ b/profiles/default/linux/ppc64/profile.bashrc
@@ -0,0 +1,9 @@
+if [[ "${EBUILD_PHASE}" == "setup" ]] ; then
+ if [[ "$(realpath ${ROOT%/}/lib)" == "${ROOT%/}/lib64" || "$(realpath ${ROOT%/}/usr/lib)" == "${ROOT%/}/usr/lib64" ]] ; then
+ eerror "Please follow the instructions in the news item:"
+ eerror "2021-07-17-new-ppc64-profiles"
+ eerror "or choose the old profile in"
+ eerror "default/linux/powerpc/ppc64 structure"
+ die "ERROR: SYMLINK_LIB migration has not been performed!!"
+ fi
+fi