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