commit:     270e260e839e9f25c13c4d5177987c80f10eaa9c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  6 22:56:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  6 22:56:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270e260e

games-rpg/to-the-moon: fix ${GAMES_PREFIX_OPT} reference

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-rpg/to-the-moon/to-the-moon-0-r1.ebuild | 4 ++--
 1 file 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 14c390ecc21..4b29282e74d 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

Reply via email to