aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile.eselect')
-rw-r--r--modules/profile.eselect6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/profile.eselect b/modules/profile.eselect
index 31b2c6a..8c74dd9 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2023 Gentoo Authors
+# Copyright 2005-2024 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
# This is a portage-only module.
@@ -20,9 +20,11 @@ get_symlink_location() {
if [[ -e ${oldloc} ]]; then
if [[ -e ${newloc} ]]; then
write_warning_msg "Both ${oldloc} and ${newloc} exist."
- write_warning_msg "Using ${MAKE_PROFILE}."
+ write_warning_msg "Using ${newloc}."
else
MAKE_PROFILE=${oldloc}
+ write_warning_msg "Deprecated location ${oldloc}."
+ write_warning_msg "The profile symlink should be at ${newloc}."
fi
fi
}