1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2006-05-11 10:31:32 +00:00
parent 899aeb2089
commit 17a3e80e6e

View file

@ -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";
}