summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-12-17 06:12:46 +0000
committerMatt Wilson <msw@redhat.com>2002-12-17 06:12:46 +0000
commitcf2d8846d0a7ef90cb6768e201896cbf072d0e14 (patch)
treeaec979e9097aab454999175b90a0f0f128e77127 /loader2/Makefile
parentbaad57ae8cee2654009e6c95d7807fe5768b28ed (diff)
downloadanaconda-cf2d8846d0a7ef90cb6768e201896cbf072d0e14.tar.gz
anaconda-cf2d8846d0a7ef90cb6768e201896cbf072d0e14.tar.xz
anaconda-cf2d8846d0a7ef90cb6768e201896cbf072d0e14.zip
add in unicode linedraw chars
Diffstat (limited to 'loader2/Makefile')
-rw-r--r--loader2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index eafb90b23..fcab42a56 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -72,7 +72,7 @@ all: $(BINS) loader.tr font.bgf.gz
font.bgf.gz: /usr/lib/bogl/font.bdf.gz /usr/bin/reduce-font
zcat /usr/lib/bogl/font.bdf.gz > font.bdf
- export LANG=en_US.UTF-8; (for I in ../po/*.po; do msgconv -t utf-8 $$I; done) | reduce-font font.bdf > font-reduced.bdf
+ export LANG=en_US.UTF-8; (cat unicode-linedraw-chars.txt; for I in ../po/*.po; do msgconv -t utf-8 $$I; done) | reduce-font font.bdf > font-reduced.bdf
bdftobogl -b font-reduced.bdf > font.bgf
rm -f font.bdf font-reduced.bdf
gzip -9 -f font.bgf