From cb7edbefb3e8eaff029356f22f111b1ede4b4562 Mon Sep 17 00:00:00 2001 From: Squarepusher Date: Sat, 2 Feb 2013 20:51:39 +0100 Subject: [PATCH] Update libretro-build.sh for FBA --- libretro-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build.sh b/libretro-build.sh index 1ff3fe75..89e1688c 100755 --- a/libretro-build.sh +++ b/libretro-build.sh @@ -107,7 +107,7 @@ build_libretro_fba() echo "=== Building Final Burn Alpha ===" cd libretro-fba/ ./compile_libretro.sh make || die "Failed to build Final Burn Alpha" - cp svn-new/trunk/libretro.so libretro-fba.so + cp svn-current/trunk/libretro.so libretro-fba.so cd .. else echo "Final Burn Alpha not fetched, skipping ..."