You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/profiles/default/linux/ppc64/profile.bashrc

10 lines
430 B

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