Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=657d30e3b28002c81a306f311cba4171fe37e060

commit 657d30e3b28002c81a306f311cba4171fe37e060
Author: James Buren <r...@frugalware.org>
Date:   Fri Jan 29 12:30:36 2010 -0600

fonts.sh
* when converting to bdfs to pcf, pass -t for a more optimal conversion

diff --git a/source/include/fonts.sh b/source/include/fonts.sh
index 19b29b5..6ae68ef 100644
--- a/source/include/fonts.sh
+++ b/source/include/fonts.sh
@@ -69,7 +69,7 @@ Fbuild_fonts() {
# find any BDF fonts and convert them
for i in `find "$Fdestdir" -name "*.bdf"`; do
Fmessage "Converting BDF font to PCF font: $i"
-    bdftopcf "$i" -o "${i/bdf/pcf}" || Fdie
+    bdftopcf -t "$i" -o "${i/bdf/pcf}" || Fdie
rm -f "$i" || Fdie
done
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to