fonts: Include fonts/COPYING license text in fonts zip packages

Change-Id: I9352bdfac0012c3bf97e6a4cac20aad64604d774
This commit is contained in:
Solomon Peachy 2024-07-30 10:09:43 -04:00
parent 1a54398a33
commit ea1ad28cfc

View file

@ -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) {