mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
Bug: https://bugs.gentoo.org/640184 Bug: https://bugs.gentoo.org/715680 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
10 lines
430 B
Plaintext
10 lines
430 B
Plaintext
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
|