From: David Seifert Date: Sat, 8 Feb 2020 16:22:18 +0000 (+0100) Subject: games-strategy/openra: [QA] Fix UnnecessarySlashStrip X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=73bba0cfa3ee52b451d59ae43b6eae4372faee5b;p=gentoo.git games-strategy/openra: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert --- diff --git a/games-strategy/openra/openra-20190314.ebuild b/games-strategy/openra/openra-20190314.ebuild index b35f7f76047e..0d1505471e2f 100644 --- a/games-strategy/openra/openra-20190314.ebuild +++ b/games-strategy/openra/openra-20190314.ebuild @@ -156,7 +156,7 @@ pkg_config() { cert-sync --quiet "${EROOT}"/etc/ssl/certs/ca-certificates.crt eend $? - if [[ -n ${ROOT%/} ]]; then + if [[ -n ${ROOT} ]]; then echo ewarn "Mono's cert-sync cannot write to your ROOT system so you must manually" ewarn "copy the certificates from ${BROOT}/usr/share/.mono to ${EROOT}/usr/share/.mono."