diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:29:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:17 +0100 |
commit | 68d4fb0ad1256cff79ebc9d4930ff88cf990f12e (patch) | |
tree | ed254c6fd26c52ca00726b5771e3ac3554274d30 /games-rpg | |
parent | games-rpg/wasteland2: fix install dir (diff) | |
download | gentoo-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.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") |