1
0
Fork 0
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:
Linus Nielsen Feltzing 2005-06-09 06:50:52 +00:00
parent fd71c2ff87
commit b24549616b

View file

@ -150,6 +150,7 @@ sub buildzip {
buildlangs(".rockbox/langs");
`rm -f $zip`;
`find .rockbox | zip $zip -@ >/dev/null`;
if($image) {