commit: 64dcf2a3219242c47d63b29a0ddfe3824ff33d95
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 05:31:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 22:49:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dcf2a3
games-strategy/openra: fix BROOT reference in pkg_postinst (VariableScope)
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-strategy/openra/openra-20190314-r100.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/openra/openra-20190314-r100.ebuild
b/games-strategy/openra/openra-20190314-r100.ebuild
index 7548dcc3a52..c06f2cddb24 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
}