diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-30 10:17:01 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-30 10:18:18 -0400 |
commit | 4d26f559eedebe92439c296111c303a47feb36a8 (patch) | |
tree | 5530aef84afac3d24c1bbba2a78332bf6d060a0a | |
parent | ea1ad28cfc9e08c227ca71108b6d054f448f448e (diff) | |
download | rockbox-4d26f559ee.tar.gz rockbox-4d26f559ee.zip |
fonts: Rename COPYING to COPYING-fonts.txt in the fonts zip
Change-Id: I45c4a768de5a3c9b57e632bf796f08246a035cc3
-rwxr-xr-x | tools/buildzip.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 6a5d121e85..12ca9de1d9 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -380,7 +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", "."); + copy("$ROOT/fonts/COPYING", "COPYING-fonts.txt"); chdir("../../"); if($fonts < 2) { |