From cf45b8fe661384c255416a5105b3f750e2a2287a Mon Sep 17 00:00:00 2001 From: Apaczer <94932128+Apaczer@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:40:37 +0200 Subject: [PATCH] PKG-lr-fake08: fix TARGET install path (#178) --- package/miyoo/retroarch/libretro-fake08/libretro-fake08.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/miyoo/retroarch/libretro-fake08/libretro-fake08.mk b/package/miyoo/retroarch/libretro-fake08/libretro-fake08.mk index 6d1056c0..1b0f64d1 100644 --- a/package/miyoo/retroarch/libretro-fake08/libretro-fake08.mk +++ b/package/miyoo/retroarch/libretro-fake08/libretro-fake08.mk @@ -22,7 +22,7 @@ endef define LIBRETRO_FAKE08_INSTALL_TARGET_CMDS mkdir -p "${BINARIES_DIR}/retroarch/cores" $(INSTALL) -D $(@D)/platform/libretro/fake08_libretro.so \ - $(TARGET_DIR)/usr/lib/libretro/fake08_libretro.so + ${BINARIES_DIR}/retroarch/cores/fake08_libretro.so endef $(eval $(generic-package))