summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-30 10:09:43 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-30 10:10:11 -0400
commitea1ad28cfc9e08c227ca71108b6d054f448f448e (patch)
tree1e7344fe4ed776953eead6da570657d5025af9e3 /tools
parent1a54398a336c95143939554165a9984972dc7426 (diff)
downloadrockbox-ea1ad28cfc9e08c227ca71108b6d054f448f448e.tar.gz
rockbox-ea1ad28cfc9e08c227ca71108b6d054f448f448e.zip
fonts: Include fonts/COPYING license text in fonts zip packages
Change-Id: I9352bdfac0012c3bf97e6a4cac20aad64604d774
Diffstat (limited to 'tools')
-rwxr-xr-xtools/buildzip.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index fb26597290..6a5d121e85 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -380,6 +380,7 @@ sub buildzip {
380 my $cmd = "$ROOT/tools/convbdf -f $ROOT/fonts/*bdf >/dev/null 2>&1"; 380 my $cmd = "$ROOT/tools/convbdf -f $ROOT/fonts/*bdf >/dev/null 2>&1";
381 print($cmd."\n") if $verbose; 381 print($cmd."\n") if $verbose;
382 system($cmd); 382 system($cmd);
383 copy("$ROOT/fonts/COPYING", ".");
383 chdir("../../"); 384 chdir("../../");
384 385
385 if($fonts < 2) { 386 if($fonts < 2) {