diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-30 10:09:43 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-30 10:10:11 -0400 |
commit | ea1ad28cfc9e08c227ca71108b6d054f448f448e (patch) | |
tree | 1e7344fe4ed776953eead6da570657d5025af9e3 | |
parent | 1a54398a336c95143939554165a9984972dc7426 (diff) | |
download | rockbox-ea1ad28cfc.tar.gz rockbox-ea1ad28cfc.zip |
fonts: Include fonts/COPYING license text in fonts zip packages
Change-Id: I9352bdfac0012c3bf97e6a4cac20aad64604d774
-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 fb26597290..6a5d121e85 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -380,6 +380,7 @@ sub buildzip { my $cmd = "$ROOT/tools/convbdf -f $ROOT/fonts/*bdf >/dev/null 2>&1"; print($cmd."\n") if $verbose; system($cmd); + copy("$ROOT/fonts/COPYING", "."); chdir("../../"); if($fonts < 2) { |