summaryrefslogtreecommitdiff
blob: d0fe8acc8be312a28fa6ca0697d8535c084b5a5c (plain)
1
2
3
4
5
6
7
8
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 "2019-06-05-amd64-17-1-profiles-are-now-stable"
		eerror "or choose the 17.0 profile."
		die "ERROR: 17.1 migration has not been performed!!"
	fi
fi