cd $SOURCE_DIRECTORY  &&

if spell_ok findlib 
then
  default_install  &&
  ocamlfind install lablgtk2 META
else
  make old-install
fi
