diff options
Diffstat (limited to 'games-strategy/openra/openra-20190314.ebuild')
-rw-r--r-- | games-strategy/openra/openra-20190314.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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." |