commit: f33028d1cc03363199349c9d4653001f96054c70
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:28:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33028d1
games-action/heretic2: fix install dir
Don't shout! I don't own this game, so testing only got as
far as pkg_nofetch, unfortunately. Luckily, changes were
only to do with EAPI + games.eclass, so *should* be okay.
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-action/heretic2/heretic2-1.06c-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-action/heretic2/heretic2-1.06c-r2.ebuild
b/games-action/heretic2/heretic2-1.06c-r2.ebuild
index 729e2999cb0..378a37e5873 100644
--- a/games-action/heretic2/heretic2-1.06c-r2.ebuild
+++ b/games-action/heretic2/heretic2-1.06c-r2.ebuild
@@ -48,7 +48,7 @@ src_unpack() {
src_install() {
has_multilib_profile && ABI=x86
- local dir=opt/${PN}
+ local dir=/opt/${PN}
cd "${CDROM_ROOT}" || die