don't enforce our szs on RMCP23--

This commit is contained in:
Christopher Roy Bratusek 2015-04-11 22:04:33 +02:00
parent 920e9b7dd7
commit 4e01d8b991
2 changed files with 1 additions and 4 deletions

View File

@ -32,9 +32,6 @@ v5.4.0:
This is useful when the supplied ones don't work with your system's This is useful when the supplied ones don't work with your system's
libpng (usually this happens on non-recent Debian GNU/Linux). 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 If creating anything newer than RMCP26 (2015 versions) the tools will
be never overriden (for now, does not work yet). be never overriden (for now, does not work yet).

View File

@ -99,7 +99,7 @@ build_mkwiimm () {
esac esac
chmod +x *.sh 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/ cp -r ${PATCHIMAGE_SCRIPT_DIR}/../override/* ${PWD}/bin/
fi fi