From 4e01d8b991fad98f99e0700505f0ffa82ed38337 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 11 Apr 2015 22:04:33 +0200 Subject: [PATCH] don't enforce our szs on RMCP23-- --- ChangeLog | 3 --- script.d/mkwiimm.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fd709b..b914887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,9 +32,6 @@ v5.4.0: This is useful when the supplied ones don't work with your system's libpng (usually this happens on non-recent Debian GNU/Linux). . - If patching anything older than RMCP23 (pre-wiimmfi versions) the tools - will always be overriden (because they are ancient). - . If creating anything newer than RMCP26 (2015 versions) the tools will be never overriden (for now, does not work yet). diff --git a/script.d/mkwiimm.sh b/script.d/mkwiimm.sh index eabe098..b59fb74 100644 --- a/script.d/mkwiimm.sh +++ b/script.d/mkwiimm.sh @@ -99,7 +99,7 @@ build_mkwiimm () { esac chmod +x *.sh - if [[ (${MKWIIMM_OVERRIDE_SZS} == "TRUE" && ${MY_ID} -lt 27) || ${MY_ID} -lt 23 ]]; then + if [[ ${MKWIIMM_OVERRIDE_SZS} == "TRUE" && ${MY_ID} -lt 27 ]]; then cp -r ${PATCHIMAGE_SCRIPT_DIR}/../override/* ${PWD}/bin/ fi