summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-02-02 18:31:10 +0000
committerJeremy Katz <katzj@redhat.com>2005-02-02 18:31:10 +0000
commitbe1f734700c249f71fee8e2c06f0a6d999ab9845 (patch)
tree442fb2fd17fa870c785d6be6ce1d15d3f1b53e50 /scripts
parente3897f1cd3fdff4e2d4ccb7cd70c7b379fc5434f (diff)
downloadanaconda-be1f734700c249f71fee8e2c06f0a6d999ab9845.tar.gz
anaconda-be1f734700c249f71fee8e2c06f0a6d999ab9845.tar.xz
anaconda-be1f734700c249f71fee8e2c06f0a6d999ab9845.zip
2005-02-02 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot: Fix up little bugs in the font reduce stuff
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot5
1 files changed, 3 insertions, 2 deletions
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..."