1
0
Fork 0
forked from len0rd/rockbox

fonts: Rename COPYING to COPYING-fonts.txt in the fonts zip

Change-Id: I45c4a768de5a3c9b57e632bf796f08246a035cc3
This commit is contained in:
Solomon Peachy 2024-07-30 10:17:01 -04:00
parent ea1ad28cfc
commit 4d26f559ee

View file

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