diff options
author | Sam James <sam@gentoo.org> | 2021-04-06 22:56:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-06 22:56:23 +0000 |
commit | 270e260e839e9f25c13c4d5177987c80f10eaa9c (patch) | |
tree | 73cd0a6ee41b1f47cb9f2c19b7940f063a4699e8 /games-rpg | |
parent | games-action/heretic2: add desktop inherit (diff) | |
download | gentoo-270e260e839e9f25c13c4d5177987c80f10eaa9c.tar.gz gentoo-270e260e839e9f25c13c4d5177987c80f10eaa9c.tar.bz2 gentoo-270e260e839e9f25c13c4d5177987c80f10eaa9c.zip |
games-rpg/to-the-moon: fix ${GAMES_PREFIX_OPT} reference
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 | 4 |
1 files changed, 2 insertions, 2 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 14c390ecc21f..4b29282e74db 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 @@ -20,9 +20,9 @@ RESTRICT="fetch bindist splitdebug" QA_PREBUILT="opt/${PN}/${MY_PN}.bin*" if [[ ${ARCH} == "amd64" ]] ; then - QA_PREBUILT="${QA_PREBUILT} ${GAMES_PREFIX_OPT}/${PN}/lib64/*" + QA_PREBUILT="${QA_PREBUILT} opt/${PN}/lib64/*" else - QA_PREBUILT="${QA_PREBUILT} ${GAMES_PREFIX_OPT}/${PN}/lib/*" + QA_PREBUILT="${QA_PREBUILT} opt/${PN}/lib/*" fi # TODO: unbundling sdl-sound breaks the game |