From 68d4fb0ad1256cff79ebc9d4930ff88cf990f12e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Apr 2021 07:29:13 +0100 Subject: games-rpg/to-the-moon: 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/to-the-moon/to-the-moon-0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games-rpg/to-the-moon') diff --git a/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild b/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild index 4b29282e74db..619cdd026667 100644 --- a/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild +++ b/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild @@ -63,7 +63,7 @@ src_unpack() { } src_install() { - local dir=opt/${PN} + local dir=/opt/${PN} local libsuffix=$(usex amd64 "64" "") local arch=$(usex amd64 "x86_64" "x86") -- cgit v1.2.3-65-gdbad