From bee1a085614280e43d1796ac7af3b095c65073ff Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Apr 2021 07:28:56 +0100 Subject: 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 --- games-rpg/wasteland2/wasteland2-1.9.0.13-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games-rpg') 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} -- cgit v1.2.3-65-gdbad