forked from len0rd/rockbox
fonts: Rename COPYING to COPYING-fonts.txt in the fonts zip
Change-Id: I45c4a768de5a3c9b57e632bf796f08246a035cc3
This commit is contained in:
parent
ea1ad28cfc
commit
4d26f559ee
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +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", ".");
|
copy("$ROOT/fonts/COPYING", "COPYING-fonts.txt");
|
||||||
chdir("../../");
|
chdir("../../");
|
||||||
|
|
||||||
if($fonts < 2) {
|
if($fonts < 2) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue