X-Git-Url: http://gitweb/?a=blobdiff_plain;f=rc%2Frc.fix;h=02ce94c0cc89fc0f51bc158ec50394711c312dca;hb=dec3d7f050ff612c75a3c915f5a6b6dc2ae50db9;hp=c0303c0300a193ce5ef3467254067906693b31c7;hpb=499f82636924ea07b378b568f701088181a76e1f;p=crossrootfs.git diff --git a/rc/rc.fix b/rc/rc.fix index c0303c0..02ce94c 100644 --- a/rc/rc.fix +++ b/rc/rc.fix @@ -7,8 +7,8 @@ ####################################################################### # X11 font-related checks ####################################################################### -if [ -d /usr/lib/X11/fonts ]; then - for i in `/bin/ls -d /usr/lib/X11/fonts/*`; do +if [ -d /usr/share/fonts/X11 ]; then + for i in `/bin/ls -d /usr/share/fonts/X11/*`; do if [ ! -f $i/fonts.dir ]; then mkfontdir $i &> /dev/null mkfontscale $i &> /dev/null