summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-10 07:29:13 +0100
committerSam James <sam@gentoo.org>2021-04-10 07:31:17 +0100
commit68d4fb0ad1256cff79ebc9d4930ff88cf990f12e (patch)
treeed254c6fd26c52ca00726b5771e3ac3554274d30 /games-rpg
parentgames-rpg/wasteland2: fix install dir (diff)
downloadgentoo-68d4fb0ad1256cff79ebc9d4930ff88cf990f12e.tar.gz
gentoo-68d4fb0ad1256cff79ebc9d4930ff88cf990f12e.tar.bz2
gentoo-68d4fb0ad1256cff79ebc9d4930ff88cf990f12e.zip
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@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/to-the-moon/to-the-moon-0-r1.ebuild2
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")