diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-09 06:50:52 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-09 06:50:52 +0000 |
| commit | b24549616ba0ee65d91350e45d3ee695d1e572bf (patch) | |
| tree | 49e633449904fc0a1343066b33a07ef5edfb1315 | |
| parent | fd71c2ff87af5c1b102804c1d37e4192703a24c4 (diff) | |
| download | rockbox-b24549616ba0ee65d91350e45d3ee695d1e572bf.zip rockbox-b24549616ba0ee65d91350e45d3ee695d1e572bf.tar.gz rockbox-b24549616ba0ee65d91350e45d3ee695d1e572bf.tar.bz2 rockbox-b24549616ba0ee65d91350e45d3ee695d1e572bf.tar.xz | |
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
| -rwxr-xr-x | tools/buildzip.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 1beafc2..b5ff864 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -150,6 +150,7 @@ sub buildzip { buildlangs(".rockbox/langs"); + `rm -f $zip`; `find .rockbox | zip $zip -@ >/dev/null`; if($image) { |