Lines 618-623
start_servers()
Link Here
|
618 |
if [ "${xpstart_font_encodings_dir[$curr]}" = "" ] ; then |
618 |
if [ "${xpstart_font_encodings_dir[$curr]}" = "" ] ; then |
619 |
if [ -f "${XPROJECTROOT}/lib/X11/fonts/xf86encodings/encodings.dir" ] ; then |
619 |
if [ -f "${XPROJECTROOT}/lib/X11/fonts/xf86encodings/encodings.dir" ] ; then |
620 |
xpstart_font_encodings_dir[$curr]="${XPROJECTROOT}/lib/X11/fonts/xf86encodings/encodings.dir" |
620 |
xpstart_font_encodings_dir[$curr]="${XPROJECTROOT}/lib/X11/fonts/xf86encodings/encodings.dir" |
|
|
621 |
elif [ -f "/usr/share/fonts/encodings/encodings.dir" ] ; then |
622 |
xpstart_font_encodings_dir[$curr]="/usr/share/fonts/encodings/encodings.dir" |
621 |
else |
623 |
else |
622 |
xpstart_font_encodings_dir[$curr]="${XPROJECTROOT}/lib/X11/fonts/encodings/encodings.dir"; |
624 |
xpstart_font_encodings_dir[$curr]="${XPROJECTROOT}/lib/X11/fonts/encodings/encodings.dir"; |
623 |
fi |
625 |
fi |