From 64dcf2a3219242c47d63b29a0ddfe3824ff33d95 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Apr 2021 06:31:36 +0100 Subject: games-strategy/openra: fix BROOT reference in pkg_postinst (VariableScope) Signed-off-by: Sam James --- games-strategy/openra/openra-20190314-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games-strategy/openra') 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 } -- cgit v1.2.3-65-gdbad