only remove the wbfs we're going to build prior to the new build, not all

This commit is contained in:
Christopher Roy Bratusek 2013-07-04 21:30:08 +02:00
parent 562a214da7
commit 307ee989f2

View File

@ -59,8 +59,8 @@ esac
case ${GAME_TYPE} in case ${GAME_TYPE} in
"RIIVOLUTION" ) "RIIVOLUTION" )
show_notes show_notes
rm -rf ${WORKDIR}
download_soundtrack download_soundtrack
cleanup_prebuild
check_input_image check_input_image
check_input_image_special check_input_image_special
check_riivolution_patch check_riivolution_patch
@ -68,6 +68,7 @@ case ${GAME_TYPE} in
${WIT} extract "${IMAGE}" ${WORKDIR} --psel=DATA -vv || exit 1 ${WIT} extract "${IMAGE}" ${WORKDIR} --psel=DATA -vv || exit 1
detect_game_version detect_game_version
rm -f ${GAMEID}.wbfs ${CUSTOMID}.wbfs
place_files place_files
download_banner download_banner