Bumping this because I found what I think is actually the 'correct' and final solution.
Make the following change to tools/buildzip.pl:
@@ -366,9 +366,6 @@
print($cmd."\n") if $verbose;
system($cmd);
chdir("../../");
+
+ # Copy pre-compiled .fnt files without conversion.
+ system("cp ${ROOT}/fonts/*fnt ${temp_dir}/fonts/");
if($fonts < 2) {
# fonts-only package, return
Make sure to run:
make fullzip
Instead of:
make zip
I can now remove the hack I added to WPSLIST!