summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-10 06:31:36 +0100
committerSam James <sam@gentoo.org>2021-04-12 23:49:44 +0100
commit64dcf2a3219242c47d63b29a0ddfe3824ff33d95 (patch)
treef1d8b544463ebf1f9fc62118b738a378e945e672 /games-strategy
parentdev-util/gnome-builder: Drop old versions (diff)
downloadgentoo-64dcf2a3219242c47d63b29a0ddfe3824ff33d95.tar.gz
gentoo-64dcf2a3219242c47d63b29a0ddfe3824ff33d95.tar.bz2
gentoo-64dcf2a3219242c47d63b29a0ddfe3824ff33d95.zip
games-strategy/openra: fix BROOT reference in pkg_postinst (VariableScope)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/openra/openra-20190314-r100.ebuild2
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
}