From 307ee989f210d0769ede2f4eb412561e2fee20f7 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 4 Jul 2013 21:30:08 +0200 Subject: [PATCH] only remove the wbfs we're going to build prior to the new build, not all --- patchimage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patchimage.sh b/patchimage.sh index a35d534..b3d52a1 100755 --- a/patchimage.sh +++ b/patchimage.sh @@ -59,8 +59,8 @@ esac case ${GAME_TYPE} in "RIIVOLUTION" ) show_notes + rm -rf ${WORKDIR} download_soundtrack - cleanup_prebuild check_input_image check_input_image_special check_riivolution_patch @@ -68,6 +68,7 @@ case ${GAME_TYPE} in ${WIT} extract "${IMAGE}" ${WORKDIR} --psel=DATA -vv || exit 1 detect_game_version + rm -f ${GAMEID}.wbfs ${CUSTOMID}.wbfs place_files download_banner