diff options
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/to-the-moon/to-the-moon-0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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") |