commit: 68d4fb0ad1256cff79ebc9d4930ff88cf990f12e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:29:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d4fb0a
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 <sam <AT> gentoo.org>
games-rpg/to-the-moon/to-the-moon-0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 4b29282e74d..619cdd02666 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")