commit:     bee1a085614280e43d1796ac7af3b095c65073ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:28:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee1a085

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 <AT> gentoo.org>

 games-rpg/wasteland2/wasteland2-1.9.0.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0b6cef86831..2dffd54fb06 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}

Reply via email to