From 270e260e839e9f25c13c4d5177987c80f10eaa9c Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 6 Apr 2021 22:56:23 +0000 Subject: games-rpg/to-the-moon: fix ${GAMES_PREFIX_OPT} reference Signed-off-by: Sam James --- games-rpg/to-the-moon/to-the-moon-0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-rpg/to-the-moon') 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 -- cgit v1.2.3-65-gdbad