Make sure mkmi4.sh has the right output filename when building for 5GB H10.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10679 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-08-21 15:43:14 +00:00
parent 70c8b75ab7
commit 2f2c2800d0

View file

@ -102,4 +102,6 @@ $tool encrypt $output.raw $output.encrypt $tea
if test -n "$sign"; then
#echo "$tool sign $output.encrypt $output"
$tool sign $output.encrypt $output
else
mv $output.encrypt $output
fi