update wit and szs

This commit is contained in:
Christopher Roy Bratusek 2015-04-11 14:23:32 +02:00
parent 2f74c4deed
commit f40d343ea0
15 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
override/linux32/wctct Executable file

Binary file not shown.

Binary file not shown.

BIN
override/linux32/wkclt Executable file

Binary file not shown.

BIN
override/linux32/wkmpt Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
override/linux64/wctct Executable file

Binary file not shown.

Binary file not shown.

BIN
override/linux64/wkclt Executable file

Binary file not shown.

BIN
override/linux64/wkmpt Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -79,7 +79,7 @@ build_mkwiimm () {
${UNP} ${PWD}/${FILENAME} >/dev/null || \ ${UNP} ${PWD}/${FILENAME} >/dev/null || \
( echo "something went wrong extracting files" && exit 63 ) ( echo "something went wrong extracting files" && exit 63 )
else else
echo "*** 5) downloading extracting mkwiimm files" echo "*** 5) downloading and extracting mkwiimm files"
wget -O ${PATCHIMAGE_RIIVOLUTION_DIR}/${FILENAME} ${DOWNLOAD} >/dev/null || \ wget -O ${PATCHIMAGE_RIIVOLUTION_DIR}/${FILENAME} ${DOWNLOAD} >/dev/null || \
( echo "something went wrong downloading ${DOWNLOAD}" && exit 57 ) ( echo "something went wrong downloading ${DOWNLOAD}" && exit 57 )
${UNP} ${PATCHIMAGE_RIIVOLUTION_DIR}/${FILENAME} >/dev/null || \ ${UNP} ${PATCHIMAGE_RIIVOLUTION_DIR}/${FILENAME} >/dev/null || \