diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:28:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:16 +0100 |
commit | bee1a085614280e43d1796ac7af3b095c65073ff (patch) | |
tree | 5597700ce7f50e55c8a33cfec0cc9d814d8c5cb8 /games-rpg | |
parent | games-action/heretic2: fix install dir (diff) | |
download | gentoo-bee1a085614280e43d1796ac7af3b095c65073ff.tar.gz gentoo-bee1a085614280e43d1796ac7af3b095c65073ff.tar.bz2 gentoo-bee1a085614280e43d1796ac7af3b095c65073ff.zip |
games-rpg/wasteland2: 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-rpg')
-rw-r--r-- | games-rpg/wasteland2/wasteland2-1.9.0.13-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-rpg/wasteland2/wasteland2-1.9.0.13-r1.ebuild b/games-rpg/wasteland2/wasteland2-1.9.0.13-r1.ebuild index 0b6cef868318..2dffd54fb060 100644 --- a/games-rpg/wasteland2/wasteland2-1.9.0.13-r1.ebuild +++ b/games-rpg/wasteland2/wasteland2-1.9.0.13-r1.ebuild @@ -50,7 +50,7 @@ pkg_nofetch() { } src_install() { - local dir=opt/${PN} + local dir=/opt/${PN} # over 20GB of data dodir ${dir} |