mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
fonts: Include fonts/COPYING license text in fonts zip packages
Change-Id: I9352bdfac0012c3bf97e6a4cac20aad64604d774
This commit is contained in:
parent
1a54398a33
commit
ea1ad28cfc
1 changed files with 1 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ sub buildzip {
|
||||||
my $cmd = "$ROOT/tools/convbdf -f $ROOT/fonts/*bdf >/dev/null 2>&1";
|
my $cmd = "$ROOT/tools/convbdf -f $ROOT/fonts/*bdf >/dev/null 2>&1";
|
||||||
print($cmd."\n") if $verbose;
|
print($cmd."\n") if $verbose;
|
||||||
system($cmd);
|
system($cmd);
|
||||||
|
copy("$ROOT/fonts/COPYING", ".");
|
||||||
chdir("../../");
|
chdir("../../");
|
||||||
|
|
||||||
if($fonts < 2) {
|
if($fonts < 2) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue