From 3226feb78d76a6bd9c8e840e8565fc81238222ee Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 20 May 2019 02:38:51 +0200 Subject: [PATCH] savedconfig.eclass: Fix double slash in another message. Fixes: https://bugs.gentoo.org/575164 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- eclass/savedconfig.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/savedconfig.eclass b/eclass/savedconfig.eclass index 960b1538521..eef4ef7ef80 100644 --- a/eclass/savedconfig.eclass +++ b/eclass/savedconfig.eclass @@ -139,13 +139,13 @@ restore_config() { treecopy . "${dest}" || die "Failed to restore ${found} to $1" popd > /dev/null else - # maybe the user is screwing around with perms they shouldnt #289168 + # maybe the user is screwing around with perms they shouldn't #289168 if [[ ! -r ${base} ]] ; then eerror "Unable to read ${base} -- please check its permissions." die "Reading config files failed" fi ewarn "No saved config to restore - please remove USE=savedconfig or" - ewarn "provide a configuration file in ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/${CATEGORY}/${PN}" + ewarn "provide a configuration file in ${base}/${CATEGORY}/${PN}" ewarn "Your config file(s) will not be used this time" fi } -- 2.21.0