diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 250de214..eb89f13f 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1663,7 +1663,7 @@ if [ "${PLATFORM}" == "vita" ] && [ "${RA}" == "YES" ]; then MESSAGE="retroarch: [status: done] [$jobid]" echo $MESSAGE else - ERROR=cat $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log + ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log HASTE=`curl -X POST http://hastebin.com/documents --data-binary @$ERROR` HASTE=`echo $HASTE | cut -d"\"" -f4` MESSAGE="retroarch: [status: fail] [$jobid] LOG: http://hastebin.com/$HASTE" diff --git a/recipes/playstation/vita b/recipes/playstation/vita index 2daf3993..10b2c5ea 100644 --- a/recipes/playstation/vita +++ b/recipes/playstation/vita @@ -11,7 +11,6 @@ fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile . gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte genesis_plus_gx libretro-genesis_plus_gx https://github.com/libretro/Genesis-Plus-GX.git PROJECT YES GENERIC Makefile.libretro . -gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES GENERIC Makefile . gpsp libretro-gpsp https://github.com/libretro/gpsp.git PROJECT YES GENERIC Makefile . handy libretro-handy https://github.com/libretro/libretro-handy.git PROJECT YES GENERIC Makefile . lutro libretro-lutro https://github.com/libretro/libretro-lutro PROJECT NO GENERIC Makefile . diff --git a/recipes/playstation/vita-cross b/recipes/playstation/vita-cross index 5c57d87f..8862b038 100644 --- a/recipes/playstation/vita-cross +++ b/recipes/playstation/vita-cross @@ -1,2 +1,3 @@ 81 libretro-81 https://github.com/libretro/81-libretro.git PROJECT YES LEIRADEL Makefile build arm fuse libretro-fuse https://github.com/libretro/fuse-libretro.git PROJECT YES LEIRADEL Makefile build arm +gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build arm \ No newline at end of file