diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-11-02 00:01:52 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-11-02 00:01:52 +0000 |
commit | 585954dce6930aae42b50dc9ba8d782ceb67e76d (patch) | |
tree | 05f53666ce178024173ef81402abe157221459b4 | |
parent | ab7d50948627909a8c1bf7c318fd8d4377400145 (diff) | |
download | anaconda-585954dce6930aae42b50dc9ba8d782ceb67e76d.tar.gz anaconda-585954dce6930aae42b50dc9ba8d782ceb67e76d.tar.xz anaconda-585954dce6930aae42b50dc9ba8d782ceb67e76d.zip |
I'm tired of questions about mkfontdir spewing stuff here
-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 a4b35f3fc..da5af76e6 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -751,7 +751,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/* $DESTGR/usr/share/fonts/ISO8859-2/* $DESTGR/usr/share/fonts/ISO8859-9/* + /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/* $DESTGR/usr/share/fonts/ISO8859-9/* rm -f $DESTGR/usr/X11R6/bin/mkfontdir fi |