From 0fa8097004f10dafd6f0108bd05608e99b12d64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Sun, 24 Sep 2017 11:05:47 -0500 Subject: [PATCH] Update libretro-buildbot-recipe.sh --- libretro-buildbot-recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index ebb1f393..840e7c03 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -866,12 +866,12 @@ while read line; do FORCE_ORIG=$FORCE OLDBUILD=$BUILD - if [ "${PREVCORE}" = *"bsnes"* -a "${PREVBUILD}" = "YES" -a "${COMMAND}" = *"BSNES"* ]; then + if [ "${PREVCORE}" = "bsnes" -a "${PREVBUILD}" = "YES" -a "${COMMAND}" = "BSNES" ]; then FORCE="YES" BUILD="YES" fi - if [ "${PREVCORE}" = *"bsnes"* -a "${PREVBUILD}" = "YES" -a "${NAME}" = *"bsnes"* ]; then + if [ "${PREVCORE}" = "bsnes" -a "${PREVBUILD}" = "YES" -a "${COMMAND}" = "BSNES_JNI" ]; then FORCE="YES" BUILD="YES" fi