forked from len0rd/rockbox
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:
parent
70c8b75ab7
commit
2f2c2800d0
1 changed files with 2 additions and 0 deletions
|
@ -102,4 +102,6 @@ $tool encrypt $output.raw $output.encrypt $tea
|
||||||
if test -n "$sign"; then
|
if test -n "$sign"; then
|
||||||
#echo "$tool sign $output.encrypt $output"
|
#echo "$tool sign $output.encrypt $output"
|
||||||
$tool sign $output.encrypt $output
|
$tool sign $output.encrypt $output
|
||||||
|
else
|
||||||
|
mv $output.encrypt $output
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue