mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-01 07:15:06 +01:00
fix bug in mario kart wiimm items
This commit is contained in:
parent
f34cc30208
commit
94431bd14b
@ -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
9
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user