fix bug in mario kart wiimm items

This commit is contained in:
Christopher Roy Bratusek 2014-05-18 12:24:30 +02:00
parent f34cc30208
commit 94431bd14b
3 changed files with 7 additions and 11 deletions

View File

@ -1,3 +1,6 @@
v5.0.1:
- fix bug in mario kart wiimm items (did not properly work)
v5.0:
- mario kart wiimm: when choosing all RMCP25 (Fun 2014-04) was
not build (RMCP06 - RMCP24 were built "only")

9
debian/changelog vendored
View File

@ -1,4 +1,4 @@
patchimage (5.0-1nano) unstable; urgency=low
patchimage (5.0.1-1nano) unstable; urgency=low
* new upstream stable release
@ -13,13 +13,6 @@ patchimage (4.0-1nano) unstable; urgency=low
patchimage (3.1-1nano) unstable; urgency=low
* new upstream stable release
* Upstream changes:
- bugfix: for NSMBW3 on US games the language files weren't updated
- bugfix: for Super Mario: Mushroom Adventure PLUS - Winter Moon on US
games the language files weren't updated
- bugfix: for Super Mario: Mushroom Adventure PLUS - Winter Moon on non-US
games the supplied OpeningTitle does not work, so don' use it
- support for Super Mario Vacation
-- Christopher Roy Bratusek <nano@tuxfamily.org> Thu, 26 Sep 2013 20:01:27 +0200

View File

@ -129,11 +129,11 @@ build_mkwiimm () {
rm -rf workdir/${CSZD}
${SZS} extract workdir/${CSZS} -q
for item in ${choosenitems[@]}; do
slot=${image/:*}
newi=${image/*:}
slot=${item/:*}
newi=${item/*:}
if [[ -f ${PATCHIMAGE_RIIVOLUTION_DIR}/${newi} ]]; then
cp ${PATCHIMAGE_RIIVOLUTION_DIR}/${newi} \
${CSZD}/${slot}
workdir/${CSZD}/${slot}
fi
done
${SZS} create -o workdir/${CSZD} -q