make -j1 DESTDIR="${INSTALL_ROOT}" install.all &&
cd "$INSTALL_ROOT/usr/share/X11/app-defaults"  &&

# Changes netscape to mozilla and acroread to xpdf as defaults,
# if they're installed
if  spell_ok  firefox
then
patch  -p0  <  ${SCRIPT_DIRECTORY}/Fig.mozilla.diff
fi
if  spell_ok xpdf
then
patch  -p0  <  ${SCRIPT_DIRECTORY}/Fig.xpdf.diff
fi
