summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xscripts/upd-instroot5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 92f1ca2b7..876ee362d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-02-02 Jeremy Katz <katzj@redhat.com>
+ * scripts/upd-instroot: Fix up little bugs in the font reduce stuff
+
+2005-02-02 Jeremy Katz <katzj@redhat.com>
+
* anaconda.spec: Bump version.
* iw/congrats_gui.py (CongratulationWindow.getScreen): Fix up
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index e62d04b16..cf874533d 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -588,6 +588,7 @@ usr/bin/vncpasswd
usr/bin/reduce-font
usr/bin/bdftobogl
usr/lib/anaconda/iw
+usr/lib/bogl/font.bdf.gz
usr/$LIBDIR/gconv/*
usr/$LIBDIR/gdk-pixbuf/loaders/*png*
usr/$LIBDIR/gdk-pixbuf/loaders/*la*
@@ -934,10 +935,10 @@ echo "Creating bogl font..."
OLDLANG=$LANG
export LANG=en_US.UTF-8
zcat $DESTGR/usr/lib/bogl/font.bdf.gz > $DESTGR/usr/lib/bogl/font.bdf
-(cat $DESTGR/usr/lib/anaconda-runtime/unicode-linedraw-chars.txt ; find $DESTGR/usr/share/locale -name '*.mo' -exec msgunfmt {} \;) | $DESTGR/usr/bin/reduce-font $DESTGR/usr/lib/bogl/font.bdf > $DESTGR/usr/lib/anaconda-runtime/loader/font-reduced.bdf
+(cat $DESTGR/usr/lib/anaconda-runtime/loader/unicode-linedraw-chars.txt ; find $DESTGR/usr/share/locale -name '*.mo' -exec msgunfmt {} \;) | $DESTGR/usr/bin/reduce-font $DESTGR/usr/lib/bogl/font.bdf > $DESTGR/usr/lib/anaconda-runtime/loader/font-reduced.bdf
$DESTGR/usr/bin/bdftobogl -b $DESTGR/usr/lib/anaconda-runtime/loader/font-reduced.bdf > $DESTGR/usr/lib/anaconda-runtime/loader/font.bgf
rm -f $DESTGR/usr/lib/anaconda-runtime/loader/font-reduced.bdf $DESTGR/usr/lib/bogl/font.bdf $DESTGR/usr/bin/reduce-font $DESTGR/usr/bin/bdftobogl
-gzip -9 $DESTGR/usr/lib/anaconda-runtime/loader/font.bgf
+gzip -9 -f $DESTGR/usr/lib/anaconda-runtime/loader/font.bgf
export LANG=$OLDLANG
echo "Running mkfontdir..."