From af839ad7263a20f85d91f1103db61c89b5bb47b6 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Mon, 6 Jul 2020 10:22:19 +0200 Subject: [PATCH] Typo in the RetroArch boot --- dist-scripts/dist-cores.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index 3e935d9d44..5746fd7b3b 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -153,7 +153,7 @@ fi if [ $SALAMANDER = "yes" ]; then make -C ../ -f Makefile.${platform}.salamander $OPTS || exit 1 if [ $PLATFORM = "ps2" ] ; then - mv -f ../raboot.elf ../pkg/${platform}/raboot.PBP + mv -f ../raboot.elf ../pkg/${platform}/raboot.elf fi if [ $PLATFORM = "psp1" ] ; then mv -f ../EBOOT.PBP ../pkg/${platform}/EBOOT.PBP