summaryrefslogtreecommitdiff
path: root/profiles/default/linux/amd64/17.1/profile.bashrc
blob: 44dc51c55408d0bd51fdd25f757537a001ea106d (plain)
1
2
3
4
5
6
7
if [[ "${EBUILD_PHASE}" == "setup" ]] && [[ -L ${ROOT%/}/lib || -L ${ROOT%/}/usr/lib ]] ; then
	eerror "Please follow the instructions in the news item:"
	eerror "2017-12-26-experimental-amd64-17-1-profiles"
	eerror "or choose the 17.0 profile."
	die "ERROR: 17.1 migration has not been performed!!"
fi