forked from len0rd/rockbox
Now removes the old .zip file before building the new one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6631 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fd71c2ff87
commit
b24549616b
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ sub buildzip {
|
|||
|
||||
buildlangs(".rockbox/langs");
|
||||
|
||||
`rm -f $zip`;
|
||||
`find .rockbox | zip $zip -@ >/dev/null`;
|
||||
|
||||
if($image) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue