diff options
-rw-r--r-- | games-strategy/openra/openra-20190314-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/openra/openra-20190314-r100.ebuild b/games-strategy/openra/openra-20190314-r100.ebuild index 7548dcc3a522..c06f2cddb249 100644 --- a/games-strategy/openra/openra-20190314-r100.ebuild +++ b/games-strategy/openra/openra-20190314-r100.ebuild @@ -173,6 +173,6 @@ pkg_config() { 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." + ewarn "copy the certificates from ${EPREFIX}/usr/share/.mono to ${EROOT}/usr/share/.mono." fi } |