Skip to content

Commit

Permalink
games-rpg/to-the-moon: fix install dir
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thesamesam committed Apr 10, 2021
1 parent bee1a08 commit 68d4fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-rpg/to-the-moon/to-the-moon-0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 68d4fb0

Please sign in to comment.