PicoDriveBin now named PicoDrive (original name file, useful in devs)

This commit is contained in:
vincent 2020-09-29 11:05:41 +02:00
parent e3a9bcffe5
commit 70fcbbe9b9

View File

@ -57,7 +57,7 @@ endef
define PICODRIVE_INSTALL_TARGET_CMDS
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games
$(INSTALL) -m 0755 $(@D)/PicoDrive $(TARGET_DIR)/usr/games/PicoDriveBin
$(INSTALL) -m 0755 $(@D)/PicoDrive $(TARGET_DIR)/usr/games/
endef