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))