diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-03-17 19:34:23 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-03-17 19:34:23 +0000 |
commit | b7e932d6b08a40eb655d861b3be93e2c8531beae (patch) | |
tree | d6214ce0e4ff535ec2d7d77995b5694d879c3f6a /scripts | |
parent | 2ca9c5b2b681b241d7168c40335227df608b0de6 (diff) | |
download | anaconda-b7e932d6b08a40eb655d861b3be93e2c8531beae.tar.gz anaconda-b7e932d6b08a40eb655d861b3be93e2c8531beae.tar.xz anaconda-b7e932d6b08a40eb655d861b3be93e2c8531beae.zip |
mharris says the encoding stuff isn't used anymore
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 2d9381162..171ef75d8 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -880,7 +880,7 @@ fi echo "Running mkfontdir..." if [ -n "$NEEDGR" ]; then - /usr/X11R6/bin/mkfontdir -p /usr/X11R6/lib/X11/fonts/encodings/ -e $DESTGR/usr/X11R6/lib/X11/fonts/encodings $DESTGR/usr/X11R6/lib/X11/fonts/* + /usr/X11R6/bin/mkfontdir $DESTGR/usr/X11R6/lib/X11/fonts/* rm -f $DESTGR/usr/X11R6/bin/mkfontdir fi |