diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:28:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:15 +0100 |
commit | f33028d1cc03363199349c9d4653001f96054c70 (patch) | |
tree | 472e71aed1447af36c4ddca80ded39d862cfcecf /games-action/heretic2 | |
parent | games-strategy/ja2-stracciatella-data: fix src_prepare (diff) | |
download | gentoo-f33028d1cc03363199349c9d4653001f96054c70.tar.gz gentoo-f33028d1cc03363199349c9d4653001f96054c70.tar.bz2 gentoo-f33028d1cc03363199349c9d4653001f96054c70.zip |
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@gentoo.org>
Diffstat (limited to 'games-action/heretic2')
-rw-r--r-- | games-action/heretic2/heretic2-1.06c-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/heretic2/heretic2-1.06c-r2.ebuild b/games-action/heretic2/heretic2-1.06c-r2.ebuild index 729e2999cb0a..378a37e5873d 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 |