PKG-lr-fake08: fix TARGET install path (#178)

This commit is contained in:
Apaczer
2025-08-01 07:40:37 +02:00
committed by GitHub
parent c336dad699
commit cf45b8fe66

View File

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