diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 94624c96..e9bb2e22 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1537,7 +1537,9 @@ then cd dist-scripts rm *.a - cp -v $RARCH_DIST_DIR/* . + cp -v $RARCH_DIST_DIR/*.a . + + ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_psp1." $2 }' |sh sh ./wii-cores.sh if [ $? -eq 0 ]; then