From 73bba0cfa3ee52b451d59ae43b6eae4372faee5b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 8 Feb 2020 17:22:18 +0100 Subject: [PATCH] games-strategy/openra: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert --- games-strategy/openra/openra-20190314.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.26.2