diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-05-11 10:31:32 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-11 10:31:32 +0000 |
| commit | 17a3e80e6e4e0d9fab970851c0f455f7c02a33c4 (patch) | |
| tree | 7c4fc4eb770109d04188388ee843575cbf9d0401 | |
| parent | 899aeb20898a012f00cc2e149d63382a9d402601 (diff) | |
| download | rockbox-17a3e80e6e4e0d9fab970851c0f455f7c02a33c4.zip rockbox-17a3e80e6e4e0d9fab970851c0f455f7c02a33c4.tar.gz rockbox-17a3e80e6e4e0d9fab970851c0f455f7c02a33c4.tar.bz2 rockbox-17a3e80e6e4e0d9fab970851c0f455f7c02a33c4.tar.xz | |
Adding the rockbox file for all packages except the font-only packages might
be considered a cool idea.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9904 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/buildzip.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 016e151..2347416 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -268,7 +268,7 @@ sub runone { } `find .rockbox | xargs $ziptool $output >/dev/null`; - if($target && ($fonts > 1)) { + if($target && ($fonts != 1)) { if($verbose) { print "$ziptool $output $target\n"; } |