make -j1 DESTDIR="${INSTALL_ROOT}/usr" install.all &&
cd  /etc/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
