diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 17:22:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 17:22:18 +0100 |
commit | 73bba0cfa3ee52b451d59ae43b6eae4372faee5b (patch) | |
tree | 61521413be994aee1b4fb4357d69cda27576f98d /games-strategy | |
parent | dev-util/nvidia-cuda-toolkit: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-73bba0cfa3ee52b451d59ae43b6eae4372faee5b.tar.gz gentoo-73bba0cfa3ee52b451d59ae43b6eae4372faee5b.tar.bz2 gentoo-73bba0cfa3ee52b451d59ae43b6eae4372faee5b.zip |
games-strategy/openra: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy')
-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." |