From 46b954ee6373c43b82342550898b1f530b718e58 Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 27 Aug 2016 12:59:57 -0500 Subject: [PATCH] use LEIRADEL for 81 and FUSE --- libretro-buildbot-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index b1ec2171..b578ffe2 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -305,7 +305,7 @@ build_libretro_leiradel_makefile() { if [ $? -eq 0 ]; then MESSAGE="$1: [status: done] [$jobid]" else - ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM} + ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}.log HASTE=`curl -X POST http://hastebin.com/documents --data-binary @$ERROR` HASTE=`echo $HASTE | cut -d"\"" -f4` MESSAGE="$1: [status: fail] [$jobid] LOG: http://hastebin.com/$HASTE"