summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 8aa670378..e31365473 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -982,8 +982,9 @@ rm -f $DESTGR/usr/X11R6/$LIBDIR/modules/extensions/librecord.a
rm -f $DESTGR/usr/X11R6/$LIBDIR/modules/extensions/lib{GLcore,glx,pex5}*
# FIXME: hack for Xvnc's wrong font path
-mkdir -p $DESTGR/usr/X11R6/$LIBDIR/X11
+mkdir -p $DESTGR/usr/X11R6/$LIBDIR/X11 $DESTGR/usr/X11R7/$LIBDIR/X11
ln -s ../../../share/X11/fonts $DESTGR/usr/X11R6/$LIBDIR/X11/fonts
+ln -s ../../../share/X11/fonts $DESTGR/usr/X11R7/$LIBDIR/X11/fonts
# fixup joe links
ln -fs jpicorc $DESTGR/etc/joe/picorc