From efcbe45fc86449edf3f9ebcfe508098f6087dea7 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 4 Jul 2013 21:30:23 +0200 Subject: [PATCH] --clean no longer removes the riivolution .zip files --- script.d/common.sh | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/script.d/common.sh b/script.d/common.sh index 9a5ccd5..a3155ed 100644 --- a/script.d/common.sh +++ b/script.d/common.sh @@ -1,12 +1,9 @@ #!/bin/bash TMD_OPTS="--tt-id=K" -TMP_FILES=(Another Another_Super_Mario_Brothers_Wii_2.0.zip nsmb.d \ -Newer_Super_Mario_Bros._Wii_HS.zip XmasNewer NewerSMBW.zip NewerFiles \ -"Newer Summer Sun" Newer_Summer_Sun.zip ZPW_1.1.ips lozpw110.rar \ -"*[Ll]ink*[Pp]ast*smc" Epic_Super_Bowser_World_v1.00 \ -Epic_Super_Bowser_World_v1.00.zip "Koopa country.rar" Koopa riivolution \ -"Readme*" ) +TMP_FILES=(Another nsmb.d XmasNewer NewerFiles "Newer Summer Sun" \ +ZPW_1.1.ips Epic_Super_Bowser_World_v1.00 \ +Koopa riivolution "Readme*" "*.txt" ) setup_tools () { @@ -22,13 +19,6 @@ setup_tools () { } -cleanup_prebuild () { - - rm -rf ${WORKDIR} - rm -f *.wbfs - -} - cleanup () { rm -rf ${TMP_FILES[@]} *.wbfs *.bnr