diff options
| author | Matt Wilson <msw@redhat.com> | 2001-07-11 04:20:17 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2001-07-11 04:20:17 +0000 |
| commit | 2953bf4e4f1ee8da53d584c50db4909c0f741368 (patch) | |
| tree | bda94cbf060ae236cf0315be5ef5cf3891a2635a /scripts | |
| parent | 0804153314c4712c7d3e16ad71b39c5307e03be3 (diff) | |
this breaks multiarch
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index efce5bee5..68d69de43 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -322,7 +322,6 @@ usr/X11R6/bin/XsunMono usr/X11R6/bin/Xtest usr/X11R6/bin/setxkbmap usr/X11R6/bin/xsetroot -usr/X11R6/bin/mkfontdir usr/X11R6/lib/X11/XKeysymDB usr/X11R6/lib/X11/fonts/75dpi/cour* usr/X11R6/lib/X11/fonts/75dpi/fonts* @@ -550,7 +549,7 @@ rm -f $DESTGR/usr/X11R6/lib/modules/extensions/lib{GLcore,glx,pex5}* echo "Running mkfontdir..." if [ -n "$NEEDGR" ]; then - $DESTGR/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-2/* $DESTGR/usr/share/fonts/ISO8859-9/* rm $DESTGR/usr/X11R6/bin/mkfontdir fi |
